diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-09-23 22:54:09 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-09-23 22:54:09 +0800 |
commit | d79c8842fac8ddea402e9dd411e55ea583f74f03 (patch) | |
tree | cbc611bb7908e4537ae949c64d6a00420af6ee0e /demos/CMakeLists.txt | |
parent | 9c7d93cdb85ccc89f0804b4f280eac099c4476c6 (diff) | |
download | cru-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.txt | 2 |
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() |