mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
lib/formats: install protobuf header
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
parent
b52f445a52
commit
8df05c3c71
1 changed files with 9 additions and 0 deletions
|
@ -41,6 +41,15 @@ if(DEFINED PROTOBUFC_COMPILER AND PROTOBUFC_FOUND)
|
|||
list(APPEND LIBRARIES
|
||||
PkgConfig::PROTOBUFC
|
||||
)
|
||||
|
||||
install(
|
||||
DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/villas
|
||||
COMPONENT devel
|
||||
FILES_MATCHING
|
||||
PATTERN "*.h"
|
||||
PATTERN "*.hpp"
|
||||
)
|
||||
endif()
|
||||
|
||||
list(APPEND FORMAT_SRC
|
||||
|
|
Loading…
Add table
Reference in a new issue