Files
rocm-systems/source/bin/CMakeLists.txt
T

13 lines
314 B
CMake
Raw Normal View History

2023-09-21 14:35:20 -05:00
#
#
#
2023-08-08 18:39:01 -05:00
2023-09-21 14:35:20 -05:00
rocprofiler_activate_clang_tidy()
2023-11-28 10:04:37 -06:00
2023-12-15 12:44:50 -06:00
configure_file(rocprofv3 ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}/rocprofv3 COPYONLY)
2023-11-28 10:04:37 -06:00
install(
FILES rocprofv3
2023-11-28 10:04:37 -06:00
DESTINATION ${CMAKE_INSTALL_BINDIR}
PERMISSIONS OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
2023-12-15 14:39:13 -06:00
COMPONENT tools)