1
0
Fork 0
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:
Steffen Vogel 2018-09-08 00:04:50 +02:00
parent c39e3c5d70
commit 6ece88cbd3

View file

@ -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