aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-11-29 16:55:43 +0800
committerYuqian Yang <crupest@crupest.life>2025-11-29 16:55:43 +0800
commitc9a461c52b37156f14944caa085bb794c184e5e3 (patch)
tree139a30173393ccc6e1d1bb0fa64b12bd66192db5 /demos/CMakeLists.txt
parent0b953f7f33b81491d5f3dd5df36f46d4c00891e4 (diff)
downloadcru-c9a461c52b37156f14944caa085bb794c184e5e3.tar.gz
cru-c9a461c52b37156f14944caa085bb794c184e5e3.tar.bz2
cru-c9a461c52b37156f14944caa085bb794c184e5e3.zip
Add sdl-ime demo.
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r--demos/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index 516ef7ae..a14eee80 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -6,10 +6,5 @@ add_subdirectory(platform)
add_subdirectory(main)
add_subdirectory(ScrollView)
add_subdirectory(InputMethod)
-
-if(UNIX AND NOT APPLE AND NOT EMSCRIPTEN)
- add_subdirectory(xcb)
-endif()
-
add_subdirectory(parse)