From d79c8842fac8ddea402e9dd411e55ea583f74f03 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 23 Sep 2025 22:54:09 +0800 Subject: Enable bootstrap of xcb. --- demos/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demos/CMakeLists.txt') diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index b38bc7a8..665f359a 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -13,6 +13,8 @@ elseif(APPLE) add_subdirectory(ScrollView) add_subdirectory(InputMethod) elseif(UNIX) + add_subdirectory(main) + add_subdirectory(ScrollView) add_subdirectory(xcb) endif() -- cgit v1.2.3