Skip to content

Commit

Permalink
Install .hpp files from ${CMAKE_CURRENT_BINARY_DIR}/src/ too (generat…
Browse files Browse the repository at this point in the history
…ed project_info.hpp)
  • Loading branch information
ViliusSutkus89 committed Aug 22, 2024
1 parent 2e164be commit 7dd61fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ if (ODR_CLANG_TIDY)
endif ()

install(
DIRECTORY src/
DIRECTORY src/ ${CMAKE_CURRENT_BINARY_DIR}/src/
DESTINATION include/
FILES_MATCHING PATTERN "*.hpp"
)
Expand Down

0 comments on commit 7dd61fc

Please sign in to comment.