File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 9898 - download : current
9999 patterns : " **/*.dll"
100100 displayName : Download dynamic libraries
101+ - download : current
102+ patterns : " **/*.pdb"
103+ displayName : Download dynamic library symbols
101104 - download : current
102105 patterns : " **/*.lib"
103106 displayName : Download link import libraries
Original file line number Diff line number Diff line change 1+ Include PDB symbols to go along with the openxr_loader.dll Windows artifacts.
Original file line number Diff line number Diff line change @@ -283,6 +283,9 @@ install(
283283 DESTINATION ${TARGET_DESTINATION}
284284)
285285
286+ if (WIN32 AND DYNAMIC_LOADER)
287+ install (FILES $<TARGET_PDB_FILE:openxr_loader> DESTINATION ${CMAKE_INSTALL_BINDIR} OPTIONAL )
288+ endif ()
286289
287290# Make the "meta" cmake config/version file to redirect to the right arch/build
288291if (WIN32 AND INSTALL_TO_ARCHITECTURE_PREFIXES)
You can’t perform that action at this time.
0 commit comments