Skip to content

Commit 5a36966

Browse files
committed
[CMake] Install PDB files
1 parent c1e68e0 commit 5a36966

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/BlocksRuntime/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ install(TARGETS BlocksRuntime
3636
ARCHIVE DESTINATION ${INSTALL_TARGET_DIR}
3737
LIBRARY DESTINATION ${INSTALL_TARGET_DIR}
3838
RUNTIME DESTINATION bin)
39+
40+
install(FILES $<TARGET_PDB_FILE:BlocksRuntime> DESTINATION bin OPTIONAL)

src/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,5 @@ install(TARGETS dispatch
169169
ARCHIVE DESTINATION ${INSTALL_TARGET_DIR}
170170
LIBRARY DESTINATION ${INSTALL_TARGET_DIR}
171171
RUNTIME DESTINATION bin)
172+
173+
install(FILES $<TARGET_PDB_FILE:dispatch> DESTINATION bin OPTIONAL)

0 commit comments

Comments
 (0)