aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-09-29 17:49:35 +0800
committercrupest <crupest@outlook.com>2022-09-29 17:49:35 +0800
commit65f920e9b88dc89124b286d82668ece9178a665f (patch)
tree23f29b4171366e23b6ac88d5149352ca8ef597e2 /demos/CMakeLists.txt
parent6b14866d4cb0e496d28142f3f42e5f2624d6dc77 (diff)
downloadcru-65f920e9b88dc89124b286d82668ece9178a665f.tar.gz
cru-65f920e9b88dc89124b286d82668ece9178a665f.tar.bz2
cru-65f920e9b88dc89124b286d82668ece9178a665f.zip
Start to work on emscripten.
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r--demos/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index 46da3544..e8b84472 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -18,6 +18,8 @@ elseif(APPLE)
add_subdirectory(InputMethod)
add_subdirectory(SvgPath)
+elseif(EMSCRIPTEN)
+
elseif(UNIX)
add_subdirectory(graphics)
add_subdirectory(xcb)