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:
parent
e5da0e46f1
commit
8ab7782ecc
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue