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:04 +01:00
parent e5da0e46f1
commit 8ab7782ecc

View file

@ -102,6 +102,7 @@ install(
COMPONENT devel
FILES_MATCHING
PATTERN "*.h"
PATTERN "*.hpp"
)
install(
@ -110,4 +111,5 @@ install(
COMPONENT devel
FILES_MATCHING
PATTERN "*.h"
PATTERN "*.hpp"
)