From 7bc101d57837b294045a019c2b8abd10c96639c7 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 3 Oct 2025 00:08:50 +0800 Subject: Fix xcb demo cmake. --- demos/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/CMakeLists.txt') diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index 42335013..9466b4ba 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -7,7 +7,7 @@ add_subdirectory(main) add_subdirectory(ScrollView) add_subdirectory(InputMethod) -if(UNIX) +if(UNIX AND NOT APPLE) add_subdirectory(xcb) endif() -- cgit v1.2.3