From 8bcf948b76c9564cb38d3611228ccaf73890a548 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 23 Mar 2026 16:48:32 +0100 Subject: Rename demo/ → jetting-interface/, mock-server/ → mock-jetting-controller/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Executables: QtXpl2Demo → JettingInterfaceDemo, Xpl2MockServer → MockJettingController. Dev log prefixes: "Demo" → "JI", "MockServer" → "MockJC". Window title → "Jetting Interface". --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3