From 920a1adeadef58eb04f2bf83af8fb8bc6c01a986 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 11 Mar 2026 11:31:25 +0100 Subject: Add mock XPL2 server with echo on Command (9110), Imaging (9111), Status (9112) ports --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bcb1f62..e49cf1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,4 +27,5 @@ add_subdirectory(src) if(PROJECT_IS_TOP_LEVEL) add_subdirectory(demo) + add_subdirectory(mock-server) endif() -- cgit v1.2.3