diff --git a/source/tests/girgs-test/CMakeLists.txt b/source/tests/girgs-test/CMakeLists.txt index 15ff0fd..87ecdd6 100644 --- a/source/tests/girgs-test/CMakeLists.txt +++ b/source/tests/girgs-test/CMakeLists.txt @@ -100,7 +100,7 @@ target_link_libraries(${target} if(WIN32) - message(STATUS $) + add_custom_target(genexdebug ALL COMMAND ${CMAKE_COMMAND} -E echo "DLLS: $") endif() gtest_discover_tests(${target})