We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e9ab70 + daaa66a commit b5f9037Copy full SHA for b5f9037
CMakeLists.txt
@@ -65,6 +65,7 @@ if(MSVC)
65
target_compile_options(${PLUGIN_NAME} PRIVATE /sdl- /W0)
66
67
install(TARGETS ${PLUGIN_NAME} RUNTIME DESTINATION ${GUI_BIN_DIR}/plugins CONFIGURATIONS ${CMAKE_CONFIGURATION_TYPES})
68
+ install(FILES $<TARGET_PDB_FILE:${PLUGIN_NAME}> DESTINATION ${GUI_BIN_DIR}/plugins OPTIONAL)
69
70
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../libs)
71
elseif(LINUX)
0 commit comments