blob: db740b3d48a0e7b371ee38ac59fb613ebbdf74af (
plain)
1
2
3
4
5
6
|
add_executable(CruPlatformGraphicsDirect2dTest
ConvertTest.cpp
)
target_link_libraries(CruPlatformGraphicsDirect2dTest PRIVATE CruPlatformGraphicsDirect2d CruTestBase)
cru_catch_discover_tests(CruPlatformGraphicsDirect2dTest)
|