diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-09-29 14:41:37 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-09-29 14:41:37 +0200 |
commit | 29d0c8e83b1ac766395d2d5bee4d83cb0148a7ec (patch) | |
tree | 71fd08d4e2e35e7d32322ad08cb21358388b0e1c /CMakeLists.txt | |
parent | eedeeb6e5835ad9c5f8682b1a2b07d8079a55bdf (diff) |
fix target name
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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") |