aboutsummaryrefslogtreecommitdiff
path: root/test/platform
diff options
context:
space:
mode:
Diffstat (limited to 'test/platform')
-rw-r--r--test/platform/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt
index 01f6966b..6a26214b 100644
--- a/test/platform/CMakeLists.txt
+++ b/test/platform/CMakeLists.txt
@@ -8,7 +8,7 @@ if (WIN32)
add_subdirectory(graphics/direct2d)
endif()
-if (UNIX)
+if (UNIX AND NOT EMSCRIPTEN)
add_subdirectory(graphics/cairo)
endif()