We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c390c40 + 74112fe commit 220ce9aCopy full SHA for 220ce9a
1 file changed
CMakeLists.txt
@@ -54,6 +54,8 @@ endif ()
54
option (BITFLAGS_BUILD_SAMPLES "Build examples" ON)
55
option (BITFLAGS_BUILD_TESTS "Build tests" ON)
56
57
+include(GNUInstallDirs)
58
+
59
add_library (bitflags INTERFACE)
60
add_library (bitflags::bitflags ALIAS bitflags)
61
@@ -90,7 +92,6 @@ endif ()
90
92
91
93
if (NOT BITFLAGS_SUBPROJECT)
94
include(CMakePackageConfigHelpers)
- include(GNUInstallDirs)
95
96
install (TARGETS bitflags EXPORT bitflags-config)
97
0 commit comments