Converted absl_utility to Header-only cmake target

This commit is contained in:
Pete Eigel 2018-01-24 21:18:01 -05:00 committed by GitHub
parent cf1db73d2a
commit 7eac56cd3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,13 +25,9 @@ list(APPEND UTILITY_SRC
${UTILITY_PUBLIC_HEADERS}
)
absl_library(
absl_header_library(
TARGET
absl_utility
SOURCES
${UTILITY_SRC}
PUBLIC_LIBRARIES
${UTILITY_PUBLIC_LIBRARIES}
EXPORT_NAME
utility
)