Merge pull request #84 from peteigel/master

Converted absl_utility to Header-only CMake Target
This commit is contained in:
Jonathan Cohen 2018-01-30 14:19:33 -05:00 committed by GitHub
commit 43801dbd39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,25 +19,14 @@ list(APPEND UTILITY_PUBLIC_HEADERS
"utility.h"
)
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
)
#
## TESTS
#