mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
example_hook: compile in C again
This commit is contained in:
parent
5391cab32d
commit
1d679ed9d8
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ install(
|
|||
)
|
||||
|
||||
if(WITH_HOOKS)
|
||||
add_library(example_hook MODULE hooks/example_hook.cpp)
|
||||
add_library(example_hook MODULE hooks/example_hook.c)
|
||||
install(
|
||||
TARGETS example_hook
|
||||
COMPONENT plugins
|
||||
|
|
|
@ -47,4 +47,4 @@ static struct plugin p = {
|
|||
}
|
||||
};
|
||||
|
||||
REGISTER_PLUGIN(&p)
|
||||
REGISTER_PLUGIN(&p)
|
Loading…
Add table
Reference in a new issue