Files
rocm-systems/source/include/rocprofiler/CMakeLists.txt
T

18 lines
504 B
CMake
Raw Normal View History

2023-08-08 18:39:01 -05:00
#
#
# Installation of public headers
#
#
2023-08-24 15:39:56 -07:00
configure_file(${CMAKE_CURRENT_LIST_DIR}/version.h.in
${CMAKE_CURRENT_BINARY_DIR}/version.h @ONLY)
set(ROCPROFILER_HEADER_FILES config.h defines.h hip.h hsa.h marker.h rocprofiler.h
rocprofiler_plugin.h ${CMAKE_CURRENT_BINARY_DIR}/version.h)
install(FILES ${ROCPROFILER_HEADER_FILES}
2023-08-08 18:39:01 -05:00
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler)
2023-08-24 15:39:56 -07:00
add_subdirectory(hip)
add_subdirectory(hsa)
add_subdirectory(marker)