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: add missing C++ headers when installing

This commit is contained in:
Steffen Vogel 2019-01-13 00:43:41 +01:00
parent 6ed54b8f0d
commit c3bd697df6

View file

@ -152,6 +152,7 @@ install(
COMPONENT devel
FILES_MATCHING
PATTERN "*.h"
PATTERN "*.hpp"
)
install(
@ -160,6 +161,7 @@ install(
COMPONENT devel
FILES_MATCHING
PATTERN "*.h"
PATTERN "*.hpp"
)
#install(