aboutsummaryrefslogtreecommitdiff
path: root/test/platform/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/platform/CMakeLists.txt')
-rw-r--r--test/platform/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt
index 5116d54d..01f6966b 100644
--- a/test/platform/CMakeLists.txt
+++ b/test/platform/CMakeLists.txt
@@ -8,4 +8,8 @@ if (WIN32)
add_subdirectory(graphics/direct2d)
endif()
+if (UNIX)
+ add_subdirectory(graphics/cairo)
+endif()
+
catch_discover_tests(CruPlatformBaseTest)