mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
cmake: add option for enabling Lua support
This commit is contained in:
parent
c00ff67c70
commit
62b4f58092
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ add_feature_info(TESTS WITH_TESTS "Run tests")
|
|||
add_feature_info(PLUGINS WITH_PLUGINS "Build plugins")
|
||||
add_feature_info(CLIENTS WITH_CLIENTS "Build client applications")
|
||||
add_feature_info(GRAPHVIZ WITH_GRAPHVIZ "Build with Graphviz support")
|
||||
add_feature_info(LUA WITH_LUA "Build with Lua support")
|
||||
add_feature_info(DOC WITH_DOC "Build documentation")
|
||||
|
||||
add_feature_info(NODE_AMQP WITH_NODE_AMQP "Build with amqp node-type")
|
||||
|
|
Loading…
Add table
Reference in a new issue