aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-09-23 22:54:09 +0800
committerYuqian Yang <crupest@crupest.life>2025-09-23 22:54:09 +0800
commitd79c8842fac8ddea402e9dd411e55ea583f74f03 (patch)
treecbc611bb7908e4537ae949c64d6a00420af6ee0e /demos/CMakeLists.txt
parent9c7d93cdb85ccc89f0804b4f280eac099c4476c6 (diff)
downloadcru-d79c8842fac8ddea402e9dd411e55ea583f74f03.tar.gz
cru-d79c8842fac8ddea402e9dd411e55ea583f74f03.tar.bz2
cru-d79c8842fac8ddea402e9dd411e55ea583f74f03.zip
Enable bootstrap of xcb.
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r--demos/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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()