aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/platform/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt
index 394aa247..0a9aa001 100644
--- a/test/platform/CMakeLists.txt
+++ b/test/platform/CMakeLists.txt
@@ -9,8 +9,7 @@ if (WIN32)
endif()
if (UNIX AND NOT EMSCRIPTEN)
- # TODO: Re-enable this!
- # add_subdirectory(graphics/cairo)
+ add_subdirectory(graphics/cairo)
endif()
cru_catch_discover_tests(CruPlatformBaseTest)