From c57d855d5b99be90661702fb05bdff439ab52a5d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 24 Mar 2021 22:41:31 +0300 Subject: cmake: use install_pdbs() --- test/unit_tests/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/unit_tests/CMakeLists.txt') diff --git a/test/unit_tests/CMakeLists.txt b/test/unit_tests/CMakeLists.txt index ae43fbb..135087b 100644 --- a/test/unit_tests/CMakeLists.txt +++ b/test/unit_tests/CMakeLists.txt @@ -5,9 +5,7 @@ target_link_libraries(unit_tests PRIVATE pdb_repo test_lib) target_link_libraries(unit_tests PRIVATE Boost::disable_autolinking Boost::filesystem Boost::nowide Boost::unit_test_framework) install(TARGETS unit_tests RUNTIME DESTINATION bin/test) -if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") - install(FILES "$" DESTINATION bin/test OPTIONAL) -endif() +install_pdbs(TARGETS unit_tests DESTINATION bin/test) if(MSVC) # Set the working directory so that the unit_tests binary can find the -- cgit v1.2.3