We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde8d9a commit 8b077f4Copy full SHA for 8b077f4
src/CMakeLists.txt
@@ -247,6 +247,10 @@ install(TARGETS soplex libsoplex libsoplex-pic libsoplexshared EXPORT soplex-tar
247
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
248
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
249
250
+if(MSVC)
251
+ install(FILES $<TARGET_PDB_FILE:libsoplexshared> $<TARGET_PDB_FILE:soplex> DESTINATION ${CMAKE_INSTALL_BINDIR} OPTIONAL)
252
+endif()
253
+
254
# Add library targets to the build-tree export set
255
export(TARGETS libsoplex libsoplex-pic libsoplexshared
256
FILE "${CMAKE_BINARY_DIR}/soplex-targets.cmake")
0 commit comments