Files
rocm-systems/source/lib/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

6 lines
272 B
CMake

set(ROCPROFILER_LIB_RCCL_SOURCES abi.cpp rccl.cpp)
set(ROCPROFILER_LIB_RCCL_HEADERS defines.hpp rccl.hpp)
target_sources(rocprofiler-object-library PRIVATE ${ROCPROFILER_LIB_RCCL_SOURCES}
${ROCPROFILER_LIB_RCCL_HEADERS})