Skip to content

Commit 3eb2738

Browse files
committed
add PDB file to the same component as target
1 parent 791441c commit 3eb2738

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

share/rocmcmakebuildtools/cmake/ROCMInstallTargets.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ function(rocm_install_targets)
235235
)
236236
if(WIN32 AND NOT T_TYPE STREQUAL "INTERFACE_LIBRARY")
237237
install(FILES $<TARGET_PDB_FILE:${TARGET}>
238+
COMPONENT ${runtime}
238239
DESTINATION ${BIN_INSTALL_DIR} OPTIONAL)
239240
endif()
240241
rocm_set_install_dir_property(

0 commit comments

Comments
 (0)