From 65f920e9b88dc89124b286d82668ece9178a665f Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 29 Sep 2022 17:49:35 +0800 Subject: Start to work on emscripten. --- demos/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demos') 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) -- cgit v1.2.3