From c9a461c52b37156f14944caa085bb794c184e5e3 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sat, 29 Nov 2025 16:55:43 +0800 Subject: Add sdl-ime demo. --- demos/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'demos/CMakeLists.txt') 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) -- cgit v1.2.3