aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jonathan Cohen <cohenjon@google.com>2018-01-30 14:19:33 -0500
committerGravatar GitHub <noreply@github.com>2018-01-30 14:19:33 -0500
commit43801dbd39664da291e24a63c86b4ed82069a0f6 (patch)
tree37dba8063b343e09046bdbe52e13b736a0b03858
parent26d8858eccf280ac5763db15e8b3eeed75489cf1 (diff)
parentb0ed302075804e3252aaf40a6ab9579a45451ccb (diff)
Merge pull request #84 from peteigel/master
Converted absl_utility to Header-only CMake Target
-rw-r--r--absl/utility/CMakeLists.txt13
1 files changed, 1 insertions, 12 deletions
diff --git a/absl/utility/CMakeLists.txt b/absl/utility/CMakeLists.txt
index 50a5d5c..fe8b32b 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
#