Skip to content
Snippets Groups Projects
Unverified Commit 43801dbd authored by Jonathan Cohen's avatar Jonathan Cohen Committed by GitHub
Browse files

Merge pull request #84 from peteigel/master

Converted absl_utility to Header-only CMake Target
parents 26d8858e b0ed3020
No related branches found
No related tags found
No related merge requests found
...@@ -19,25 +19,14 @@ list(APPEND UTILITY_PUBLIC_HEADERS ...@@ -19,25 +19,14 @@ list(APPEND UTILITY_PUBLIC_HEADERS
"utility.h" "utility.h"
) )
absl_header_library(
list(APPEND UTILITY_SRC
${UTILITY_PUBLIC_HEADERS}
)
absl_library(
TARGET TARGET
absl_utility absl_utility
SOURCES
${UTILITY_SRC}
PUBLIC_LIBRARIES
${UTILITY_PUBLIC_LIBRARIES}
EXPORT_NAME EXPORT_NAME
utility utility
) )
# #
## TESTS ## TESTS
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment