Converted absl_utility to Header-only cmake target
This commit is contained in:
parent
cf1db73d2a
commit
7eac56cd3d
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue