summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2017-09-29 14:41:37 +0200
committerFulup Ar Foll <fulup@iot.bzh>2017-09-29 14:41:37 +0200
commit29d0c8e83b1ac766395d2d5bee4d83cb0148a7ec (patch)
tree71fd08d4e2e35e7d32322ad08cb21358388b0e1c
parenteedeeb6e5835ad9c5f8682b1a2b07d8079a55bdf (diff)
fix target name
-rw-r--r--CMakeLists.txt2
-rw-r--r--ctl-lib/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25b8bf7..a6c55d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,4 +17,4 @@
###########################################################################
# This component should be included as a submodule and wont compile as standalone
-add_subdirectory("ctl-dispatch")
+add_subdirectory("ctl-lib")
diff --git a/ctl-lib/CMakeLists.txt b/ctl-lib/CMakeLists.txt
index b3d0c32..6f765d8 100644
--- a/ctl-lib/CMakeLists.txt
+++ b/ctl-lib/CMakeLists.txt
@@ -27,7 +27,7 @@ endif(CONTROL_SUPPORT_LUA)
# Add target to project dependency list
-PROJECT_TARGET_ADD(afb-controller)
+PROJECT_TARGET_ADD(ctl-utilities)
# Define project Targets
ADD_LIBRARY(${TARGET_NAME} STATIC ctl-action.c ctl-config.c ctl-onload.c ctl-plugin.c ${CTL_LUA_SOURCE})