1
0
Fork 0
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:
Niklas Eiling 2024-08-21 11:02:39 +02:00 committed by Niklas Eiling
parent b52f445a52
commit 8df05c3c71

View file

@ -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