diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-24 10:27:04 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-24 10:27:04 +0200 |
commit | 4f5e3cc6f42e0c476b44fd8979469d452de7e759 (patch) | |
tree | a7085f864a6efb08b2f2397f91a40aa20b272790 /afb-source/CMakeLists.txt | |
parent | de0a0595316d15c0cb639816fc3c0413541a49d5 (diff) |
Clean up module naming
Diffstat (limited to 'afb-source/CMakeLists.txt')
-rw-r--r-- | afb-source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afb-source/CMakeLists.txt b/afb-source/CMakeLists.txt index 4720f29..40469dc 100644 --- a/afb-source/CMakeLists.txt +++ b/afb-source/CMakeLists.txt @@ -28,7 +28,7 @@ else(CONTROL_SUPPORT_LUA) endif(CONTROL_SUPPORT_LUA) # Add target to project dependency list -PROJECT_TARGET_ADD(control-afb) +PROJECT_TARGET_ADD(controller) # Define project Targets ADD_LIBRARY(${TARGET_NAME} MODULE ctl-binding.c ctl-timer.c ctl-dispatch.c ${CTL_LUA_SOURCE}) |