diff options
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 9466b4ba..516ef7ae 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -7,7 +7,7 @@ add_subdirectory(main) add_subdirectory(ScrollView) add_subdirectory(InputMethod) -if(UNIX AND NOT APPLE) +if(UNIX AND NOT APPLE AND NOT EMSCRIPTEN) add_subdirectory(xcb) endif() |
