From b533666099e0c7c8df824b6dd2dd66fa9107a463 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 20 Dec 2019 15:42:37 +0300 Subject: cmake: install() PDB files --- server/main/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/main') diff --git a/server/main/CMakeLists.txt b/server/main/CMakeLists.txt index 25ca7be..7269005 100644 --- a/server/main/CMakeLists.txt +++ b/server/main/CMakeLists.txt @@ -21,3 +21,6 @@ endif() set_target_properties(server PROPERTIES OUTPUT_NAME math-server) install(TARGETS server RUNTIME DESTINATION bin) +if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") + install(FILES "$" DESTINATION bin OPTIONAL) +endif() -- cgit v1.2.3