1
0
Fork 0
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:
Steffen Vogel 2018-07-04 15:08:08 +02:00
parent 5391cab32d
commit 1d679ed9d8
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -47,4 +47,4 @@ static struct plugin p = {
}
};
REGISTER_PLUGIN(&p)
REGISTER_PLUGIN(&p)