Skip to content

Commit

Permalink
Install headers into include/srdfdom/srdfdom
Browse files Browse the repository at this point in the history
... to make overlays work
  • Loading branch information
rhaschke committed Oct 11, 2024
1 parent c6bcfbf commit af3e452
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ install(TARGETS ${PROJECT_NAME}
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
)
install(DIRECTORY include/${PROJECT_NAME}/
install(DIRECTORY include/
DESTINATION include/${PROJECT_NAME}
FILES_MATCHING PATTERN "*.h"
)

install(PROGRAMS
Expand Down

0 comments on commit af3e452

Please sign in to comment.