aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8cb8618..a81bd5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,13 +23,13 @@ if(PROJECT_IS_TOP_LEVEL)
ON
CACHE BOOL "")
- # Let the demo executable find the library at run time.
+ # Let the jetting-interface executable find the library at run time.
set(CMAKE_BUILD_RPATH "${PROJECT_BINARY_DIR}/qml/Xpl2")
endif()
add_subdirectory(src)
if(PROJECT_IS_TOP_LEVEL)
- add_subdirectory(demo)
- add_subdirectory(mock-server)
+ add_subdirectory(jetting-interface)
+ add_subdirectory(mock-jetting-controller)
endif()