From 29d0c8e83b1ac766395d2d5bee4d83cb0148a7ec Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 29 Sep 2017 14:41:37 +0200 Subject: fix target name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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") -- cgit 1.2.3-korg