aboutsummaryrefslogtreecommitdiff
path: root/test/platform/graphics/CMakeLists.txt
blob: 22be21e6689afa3745558251f8418f670c3d4269 (plain)
1
2
3
4
5
6
add_executable(CruPlatformGraphicsTest
	GeometryTest.cpp
)
target_link_libraries(CruPlatformGraphicsTest PRIVATE CruPlatformGraphics CruTestBase)

cru_catch_discover_tests(CruPlatformGraphicsTest)