From f5d7355579d51bc25d88f9884e0ed345b6256d23 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 19 Aug 2021 20:08:06 +0800 Subject: ... --- demos/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index 17a8fbed..f975a6e9 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -9,6 +9,6 @@ if(WIN32) # Currently only enable tests on Windows. add_subdirectory(input_method) endif() -if(UNIX) +if(UNIX AND NOT APPLE) add_subdirectory(xcb) endif() -- cgit v1.2.3