diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2018-04-30 23:30:10 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2018-04-30 23:30:10 +0200 |
commit | 17edfc4c20cfd855d68e5b0ef044da2e7509f3f3 (patch) | |
tree | fe33046462ede30e6faaabbac82e1b75d49f28af /conf.d/project/etc/CMakeLists.txt | |
parent | 8372b87f2be8fe5b8655001e92572af4d96ddbf6 (diff) |
On going effort, now load and support LUA+C plugin
Diffstat (limited to 'conf.d/project/etc/CMakeLists.txt')
-rw-r--r-- | conf.d/project/etc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/project/etc/CMakeLists.txt b/conf.d/project/etc/CMakeLists.txt index 378effc..2e7daa7 100644 --- a/conf.d/project/etc/CMakeLists.txt +++ b/conf.d/project/etc/CMakeLists.txt @@ -19,7 +19,7 @@ ################################################## # Control Policy Config file ################################################## -PROJECT_TARGET_ADD(soft-mixer-config) +PROJECT_TARGET_ADD(softmixer-config) file(GLOB CONF_FILES "*.json") |