diff options
Diffstat (limited to 'server/main/CMakeLists.txt')
-rw-r--r-- | server/main/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 "$<TARGET_PDB_FILE:server>" DESTINATION bin OPTIONAL) +endif() |