From e4bc69ee20aac36860407c687969fbd6c72771d9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 24 Mar 2021 21:30:19 +0300 Subject: cmake: use install_pdbs() --- client/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/CMakeLists.txt') diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index f9765bd..0343ee2 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -14,6 +14,4 @@ target_link_libraries(client PRIVATE Boost::program_options) install(TARGETS client RUNTIME DESTINATION bin) -if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") - install(FILES "$" DESTINATION bin OPTIONAL) -endif() +install_pdbs(TARGETS client DESTINATION bin) -- cgit v1.2.3