diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e3cd299..50ef8bd 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -2,6 +2,10 @@ add_executable(anitomy-tests main.cpp ) +set_target_properties(anitomy-tests PROPERTIES + OUTPUT_NAME test +) + target_link_libraries(anitomy-tests anitomy) if (MSVC)