Skip to content

Commit 74bd833

Browse files
committed
Clean up empty CML.txt files
1 parent 5919e9a commit 74bd833

File tree

3 files changed

+9
-24
lines changed

3 files changed

+9
-24
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ if(OPTIONAL26_ENABLE_TESTING)
5151
TYPE HEADERS
5252
BASE_DIRS src
5353
)
54+
55+
add_subdirectory(src/beman/optional26/tests)
5456
endif()
5557

56-
add_subdirectory(src/beman/optional26)
5758
add_subdirectory(include/beman/optional26)
5859

5960
add_subdirectory(examples)

include/beman/optional26/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ target_sources(
1313
detail/stl_interfaces/fwd.hpp
1414
detail/stl_interfaces/iterator_interface.hpp
1515
)
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

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)