aboutsummaryrefslogtreecommitdiff
path: root/test/platform/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-24 23:14:45 +0800
committercrupest <crupest@outlook.com>2022-05-24 23:14:45 +0800
commitad4f06c133dc0475ef6a98cac0fa97f6e0527bf1 (patch)
tree63b07dc8674afd7ec99380e121eca0f1762ae11e /test/platform/CMakeLists.txt
parentae0694c91602fa1cd278394132bc1320c00deba8 (diff)
downloadcru-ad4f06c133dc0475ef6a98cac0fa97f6e0527bf1.tar.gz
cru-ad4f06c133dc0475ef6a98cac0fa97f6e0527bf1.tar.bz2
cru-ad4f06c133dc0475ef6a98cac0fa97f6e0527bf1.zip
...
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)