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 f9121fc commit 785c225Copy full SHA for 785c225
amd/hipcc/CMakeLists.txt
@@ -50,6 +50,9 @@ if(NOT WIN32)
50
target_link_libraries(${HIPCONFIG_BIN} ${ADDITIONAL_SHARED_LIBRARIES_TO_LINK})
51
endif()
52
53
+# Copy scripts and batch files to build directory.
54
+file(COPY ${CMAKE_SOURCE_DIR}/bin/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
55
+
56
set(CPACK_GENERATOR "DEB;RPM;ZIP" CACHE STRING "Default packaging generators")
57
set(CPACK_PACKAGE_CONTACT "ROCm Compiler Support <[email protected]>")
58
set(CPACK_PACKAGE_DESCRIPTION "HIP Compiler Driver")
0 commit comments