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:
parent
415855f801
commit
242c549cd9
2 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ install(
|
||||||
)
|
)
|
||||||
|
|
||||||
if(WITH_HOOKS)
|
if(WITH_HOOKS)
|
||||||
add_library(example_hook MODULE hooks/example_hook.c)
|
add_library(example_hook MODULE hooks/example_hook.cpp)
|
||||||
install(
|
install(
|
||||||
TARGETS example_hook
|
TARGETS example_hook
|
||||||
COMPONENT plugins
|
COMPONENT plugins
|
||||||
|
|
Loading…
Add table
Reference in a new issue