From 5feb199afc45bac6d1cd50323f28da61ce211dd0 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 12 Oct 2022 21:54:46 +0800 Subject: Implement file stream constructor on emscripten. --- test/platform/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/platform') 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() -- cgit v1.2.3