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
6ed54b8f0d
commit
c3bd697df6
1 changed files with 2 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue