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 c52f5a8 commit 9663d8eCopy full SHA for 9663d8e
include/beman/iterator_interface/CMakeLists.txt
@@ -14,8 +14,8 @@ target_sources(
14
${PROJECT_BINARY_DIR}/include
15
${PROJECT_SOURCE_DIR}/include
16
FILES
17
- ${CMAKE_CURRENT_SOURCE_DIR}/iterator_interface.hpp
18
- ${CMAKE_CURRENT_SOURCE_DIR}/iterator_interface_access.hpp
19
- ${CMAKE_CURRENT_SOURCE_DIR}/detail/stl_interfaces/config.hpp
20
- ${CMAKE_CURRENT_SOURCE_DIR}/detail/stl_interfaces/fwd.hpp
21
- ${CMAKE_CURRENT_SOURCE_DIR}/detail/stl_interfaces/iterator_interface.hpp)
+ iterator_interface.hpp
+ iterator_interface_access.hpp
+ detail/stl_interfaces/config.hpp
+ detail/stl_interfaces/fwd.hpp
+ detail/stl_interfaces/iterator_interface.hpp)
0 commit comments