blob: 5d055aa296e7da5e86571482fd37794bbf5c34da (
plain)
1
2
3
4
5
6
|
add_executable(CruPlatformGraphicsCairoTest
BaseTest.cpp
)
target_link_libraries(CruPlatformGraphicsCairoTest PRIVATE CruPlatformGraphicsCairo CruTestBase)
catch_discover_tests(CruPlatformGraphicsCairoTest)
|