diff options
author | Jonathan Cohen <cohenjon@google.com> | 2018-01-30T19·19-0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-30T19·19-0500 |
commit | 43801dbd39664da291e24a63c86b4ed82069a0f6 (patch) | |
tree | 37dba8063b343e09046bdbe52e13b736a0b03858 /absl | |
parent | 26d8858eccf280ac5763db15e8b3eeed75489cf1 (diff) | |
parent | b0ed302075804e3252aaf40a6ab9579a45451ccb (diff) |
Merge pull request #84 from peteigel/master
Converted absl_utility to Header-only CMake Target
Diffstat (limited to 'absl')
-rw-r--r-- | absl/utility/CMakeLists.txt | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/absl/utility/CMakeLists.txt b/absl/utility/CMakeLists.txt index 50a5d5c57aa4..fe8b32b9fd00 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 # |