diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-11 11:31:25 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-11 11:31:25 +0100 |
| commit | 920a1adeadef58eb04f2bf83af8fb8bc6c01a986 (patch) | |
| tree | 67d41b57173de8d36dcc42a6ed84f990d6519a0c /CMakeLists.txt | |
| parent | 35309337aacac2eac7d7215e526bddcf7647b8cf (diff) | |
| download | QtXpl2-920a1adeadef58eb04f2bf83af8fb8bc6c01a986.tar.gz QtXpl2-920a1adeadef58eb04f2bf83af8fb8bc6c01a986.zip | |
Add mock XPL2 server with echo on Command (9110), Imaging (9111), Status (9112) ports
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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() |
