diff --git a/absl/utility/CMakeLists.txt b/absl/utility/CMakeLists.txt index 50a5d5c5..fe8b32b9 100644 --- a/absl/utility/CMakeLists.txt +++ b/absl/utility/CMakeLists.txt @@ -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 #