aboutsummaryrefslogtreecommitdiff
path: root/test/platform/graphics/direct2d/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/platform/graphics/direct2d/CMakeLists.txt')
-rw-r--r--test/platform/graphics/direct2d/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/platform/graphics/direct2d/CMakeLists.txt b/test/platform/graphics/direct2d/CMakeLists.txt
new file mode 100644
index 00000000..66a07d15
--- /dev/null
+++ b/test/platform/graphics/direct2d/CMakeLists.txt
@@ -0,0 +1,6 @@
+add_executable(CruPlatformGraphicsDirect2dTest
+ ConvertTest.cpp
+)
+target_link_libraries(CruPlatformGraphicsDirect2dTest PRIVATE CruPlatformGraphicsDirect2d CruTestBase)
+
+catch_discover_tests(CruPlatformGraphicsDirect2dTest)