We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8c8e2 commit aa9bb83Copy full SHA for aa9bb83
CMakeLists.txt
@@ -51,9 +51,10 @@ if(OPTIONAL26_ENABLE_TESTING)
51
TYPE HEADERS
52
BASE_DIRS src
53
)
54
+
55
+ add_subdirectory(src/beman/optional26/tests)
56
endif()
57
-add_subdirectory(src/beman/optional26)
58
add_subdirectory(include/beman/optional26)
59
60
add_subdirectory(examples)
include/beman/optional26/CMakeLists.txt
@@ -13,3 +13,10 @@ target_sources(
13
detail/stl_interfaces/fwd.hpp
14
detail/stl_interfaces/iterator_interface.hpp
15
16
17
+install(
18
+ TARGETS beman_optional26
19
+ FILE_SET beman_optional26_headers
20
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
21
+ COMPONENT beman_optional26_development
22
+)
src/beman/optional26/CMakeLists.txt
0 commit comments