Commit 7eac56cd by Pete Eigel Committed by GitHub

Converted absl_utility to Header-only cmake target

parent cf1db73d
......@@ -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
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment