aboutsummaryrefslogtreecommitdiff
path: root/test/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/CMakeLists.txt')
-rw-r--r--test/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/CMakeLists.txt b/test/common/CMakeLists.txt
index b3436105..85049357 100644
--- a/test/common/CMakeLists.txt
+++ b/test/common/CMakeLists.txt
@@ -7,7 +7,7 @@ add_executable(CruBaseTest
)
target_link_libraries(CruBaseTest PRIVATE CruBase CruTestBase)
-if (UNIX)
+if (UNIX AND NOT EMSCRIPTEN)
target_sources(CruBaseTest PRIVATE
platform/unix/UnixFileStreamTest.cpp
)