diff options
-rw-r--r-- | demos/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |