We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f77fd commit d21b465Copy full SHA for d21b465
1 file changed
src/CMakeLists.txt
@@ -1,7 +1,7 @@
1
add_library(capable_template INTERFACE)
2
3
target_include_directories(capable_template INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}
4
- PRIVATE ${CMAKE_BINARY_DIR}/generated
+ ${CMAKE_BINARY_DIR}/generated
5
)
6
7
target_sources(capable_template INTERFACE template_class.cpp)
0 commit comments