File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ beman_iterator_check_deducing_this(COMPILER_SUPPORTS_DEDUCING_THIS)
2424set (TARGETS_EXPORT_NAME ${CMAKE_PROJECT_NAME} Targets)
2525
2626option (BEMAN_ITERATOR_INTERFACE_USE_DEDUCING_THIS
27- "Make use of C++23 \" deducing this\" feature (P0847R7). Turn this off for non-conforming compilers."
28- ${COMPILER_SUPPORTS_DEDUCING_THIS} )
27+ "Make use of C++23 \" deducing this\" feature (P0847R7). Turn this off for non-conforming compilers."
28+ ${COMPILER_SUPPORTS_DEDUCING_THIS} )
2929
3030option (ITERATOR_INTERFACE_ENABLE_TESTING
3131 "Enable building tests and test infrastructure" ${PROJECT_IS_TOP_LEVEL} )
@@ -93,3 +93,6 @@ add_custom_target(
9393 COMMENT "Running gcovr to process coverage results"
9494 COMMAND mkdir -p coverage
9595 COMMAND gcovr --config gcovr.cfg .)
96+
97+ install (FILES ${PROJECT_BINARY_DIR} /include /beman/iterator_interface/config.hpp
98+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /beman/iterator_interface)
You can’t perform that action at this time.
0 commit comments