diff options
-rw-r--r-- | test/win/graphics/direct/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/win/graphics/direct/CMakeLists.txt b/test/win/graphics/direct/CMakeLists.txt index 2137f1bd..c2eb0630 100644 --- a/test/win/graphics/direct/CMakeLists.txt +++ b/test/win/graphics/direct/CMakeLists.txt @@ -1,13 +1,13 @@ -add_executable(CruPlatformGraphicsDirect2d_test +add_executable(CruPlatformGraphicsDirect2dTest ConvertTest.cpp ) -target_link_libraries(CruPlatformGraphicsDirect2d_test PRIVATE CruPlatformGraphicsDirect2d cru_test_base) +target_link_libraries(CruPlatformGraphicsDirect2dTest PRIVATE CruPlatformGraphicsDirect2d cru_test_base) if (WIN32) - add_custom_command(TARGET CruPlatformGraphicsDirect2d_test POST_BUILD - COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_RUNTIME_DLLS:CruPlatformGraphicsDirect2d_test> $<TARGET_FILE_DIR:CruPlatformGraphicsDirect2d_test> + add_custom_command(TARGET CruPlatformGraphicsDirect2dTest POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_RUNTIME_DLLS:CruPlatformGraphicsDirect2dTest> $<TARGET_FILE_DIR:CruPlatformGraphicsDirect2dTest> COMMAND_EXPAND_LISTS ) endif() -catch_discover_tests(CruPlatformGraphicsDirect2d_test) +catch_discover_tests(CruPlatformGraphicsDirect2dTest) |