aboutsummaryrefslogtreecommitdiff
path: root/test/platform/graphics/direct2d/CMakeLists.txt
blob: 66a07d15054b8e98c670649c92fbcc5627a99f2c (plain)
1
2
3
4
5
6
add_executable(CruPlatformGraphicsDirect2dTest
	ConvertTest.cpp
)
target_link_libraries(CruPlatformGraphicsDirect2dTest PRIVATE CruPlatformGraphicsDirect2d CruTestBase)

catch_discover_tests(CruPlatformGraphicsDirect2dTest)