mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
cmake: install missing config header
This commit is contained in:
parent
c39e3c5d70
commit
6ece88cbd3
1 changed files with 9 additions and 1 deletions
|
@ -163,7 +163,15 @@ install(
|
|||
)
|
||||
|
||||
install(
|
||||
DIRECTORY ../include/villas/
|
||||
DIRECTORY ${PROJECT_SOURCE_DIR}/include/villas/
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/villas
|
||||
COMPONENT devel
|
||||
FILES_MATCHING
|
||||
PATTERN "*.h"
|
||||
)
|
||||
|
||||
install(
|
||||
DIRECTORY ${PROJECT_BINARY_DIR}/include/villas/
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/villas
|
||||
COMPONENT devel
|
||||
FILES_MATCHING
|
||||
|
|
Loading…
Add table
Reference in a new issue