Files
rocm-systems/source/include/rocprofiler-sdk/rccl/CMakeLists.txt
T
Jonathan R. Madsen 8c1382fceb Package RCCL headers to support adding RCCL support w/o installed headers (#1075)
- in ROCm CI, rocprofiler-sdk gets built before RCCL is installed, this is a workaround for this issue
2024-09-12 18:24:50 -05:00

14 lines
284 B
CMake

#
#
# Installation of public RCCL headers
#
#
set(ROCPROFILER_RCCL_HEADER_FILES api_args.h api_id.h table_id.h)
install(
FILES ${ROCPROFILER_RCCL_HEADER_FILES}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler-sdk/rccl
COMPONENT development)
add_subdirectory(details)