We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e68e0 commit 5a36966Copy full SHA for 5a36966
src/BlocksRuntime/CMakeLists.txt
@@ -36,3 +36,5 @@ install(TARGETS BlocksRuntime
36
ARCHIVE DESTINATION ${INSTALL_TARGET_DIR}
37
LIBRARY DESTINATION ${INSTALL_TARGET_DIR}
38
RUNTIME DESTINATION bin)
39
+
40
+install(FILES $<TARGET_PDB_FILE:BlocksRuntime> DESTINATION bin OPTIONAL)
src/CMakeLists.txt
@@ -169,3 +169,5 @@ install(TARGETS dispatch
169
170
171
172
173
+install(FILES $<TARGET_PDB_FILE:dispatch> DESTINATION bin OPTIONAL)
0 commit comments