74facf87a6
* Change all rocprofiler-X target names to rocprofiler-sdk-X * Update rocprofiler-sdk-config.cmake - fix install tree target names - simplify logic for using find w/ components and find w/o components * Update rocprofiler-sdk-roctx-config.cmake - simplify logic for using find w/ components and find w/o components * Update samples/intercept_table/CMakeLists.txt - demonstrate/test use of `find_package(rocprofiler-sdk ... COMPONENTS ...)`
10 строки
323 B
CMake
10 строки
323 B
CMake
#
|
|
# code object data structures from HIP
|
|
#
|
|
set(ROCPROFILER_LIB_CODE_OBJECT_HIP_SOURCES)
|
|
set(ROCPROFILER_LIB_CODE_OBJECT_HIP_HEADERS)
|
|
|
|
target_sources(
|
|
rocprofiler-sdk-object-library PRIVATE ${ROCPROFILER_LIB_CODE_OBJECT_HIP_SOURCES}
|
|
${ROCPROFILER_LIB_CODE_OBJECT_HIP_HEADERS})
|