1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

porting plugins to C++

This commit is contained in:
Steffen Vogel 2018-07-03 20:46:12 +02:00
parent 415855f801
commit 242c549cd9
2 changed files with 1 additions and 1 deletions

View file

@ -33,7 +33,7 @@ install(
)
if(WITH_HOOKS)
add_library(example_hook MODULE hooks/example_hook.c)
add_library(example_hook MODULE hooks/example_hook.cpp)
install(
TARGETS example_hook
COMPONENT plugins