diff options
author | crupest <crupest@outlook.com> | 2022-05-24 23:14:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-24 23:14:45 +0800 |
commit | ad4f06c133dc0475ef6a98cac0fa97f6e0527bf1 (patch) | |
tree | 63b07dc8674afd7ec99380e121eca0f1762ae11e /test/platform/graphics/cairo/CMakeLists.txt | |
parent | ae0694c91602fa1cd278394132bc1320c00deba8 (diff) | |
download | cru-ad4f06c133dc0475ef6a98cac0fa97f6e0527bf1.tar.gz cru-ad4f06c133dc0475ef6a98cac0fa97f6e0527bf1.tar.bz2 cru-ad4f06c133dc0475ef6a98cac0fa97f6e0527bf1.zip |
...
Diffstat (limited to 'test/platform/graphics/cairo/CMakeLists.txt')
-rw-r--r-- | test/platform/graphics/cairo/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/platform/graphics/cairo/CMakeLists.txt b/test/platform/graphics/cairo/CMakeLists.txt new file mode 100644 index 00000000..5d055aa2 --- /dev/null +++ b/test/platform/graphics/cairo/CMakeLists.txt @@ -0,0 +1,6 @@ +add_executable(CruPlatformGraphicsCairoTest + BaseTest.cpp +) +target_link_libraries(CruPlatformGraphicsCairoTest PRIVATE CruPlatformGraphicsCairo CruTestBase) + +catch_discover_tests(CruPlatformGraphicsCairoTest) |