Skip to content

Commit

Permalink
Updated install rule
Browse files Browse the repository at this point in the history
  • Loading branch information
fredher committed Jul 5, 2022
1 parent 52911f4 commit 2ff35f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ set(TCHECKER_CONFIG_HH "${CMAKE_CURRENT_BINARY_DIR}/tchecker/config.hh")

configure_file(${TCHECKER_CONFIG_HH_IN} ${TCHECKER_CONFIG_HH} @ONLY)

install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
DESTINATION "include"
FILES_MATCHING
PATTERN "*.hh"
)

install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/"
DESTINATION "include"
FILES_MATCHING
Expand Down

0 comments on commit 2ff35f5

Please sign in to comment.