diff options
author | crupest <crupest@outlook.com> | 2021-08-19 20:08:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-08-19 20:08:06 +0800 |
commit | f5d7355579d51bc25d88f9884e0ed345b6256d23 (patch) | |
tree | 3f8b86d8c9f7cdab615e883772ce9156fac165ce /demos | |
parent | 202e9feed09f7cb7d41c004d414283b262a95204 (diff) | |
download | cru-f5d7355579d51bc25d88f9884e0ed345b6256d23.tar.gz cru-f5d7355579d51bc25d88f9884e0ed345b6256d23.tar.bz2 cru-f5d7355579d51bc25d88f9884e0ed345b6256d23.zip |
...
Diffstat (limited to 'demos')
-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 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() |