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