Skip to content

Commit d21b465

Browse files
committed
#25 fixing build
1 parent c4f77fd commit d21b465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
add_library(capable_template INTERFACE)
22

33
target_include_directories(capable_template INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}
4-
PRIVATE ${CMAKE_BINARY_DIR}/generated
4+
${CMAKE_BINARY_DIR}/generated
55
)
66

77
target_sources(capable_template INTERFACE template_class.cpp)

0 commit comments

Comments
 (0)