From 9989c9f8f1fac87798160203b8e674cbc44f5ff6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 28 Oct 2020 20:57:35 +0300 Subject: common.cmake: add install_pdbs() --- examples/simple/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/simple') diff --git a/examples/simple/CMakeLists.txt b/examples/simple/CMakeLists.txt index 4f8859e..268b5db 100644 --- a/examples/simple/CMakeLists.txt +++ b/examples/simple/CMakeLists.txt @@ -7,6 +7,4 @@ include(../../common.cmake) add_executable(foo foo.cpp) install(TARGETS foo RUNTIME DESTINATION bin) -if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") - install(FILES "$" DESTINATION bin OPTIONAL) -endif() +install_pdbs(TARGETS foo DESTINATION bin) -- cgit v1.2.3