20e07caad4
* include/rocprofiler-sdk/cxx/codeobj - Relocated from include/rocprofiler-sdk/amd_detail/rocprofiler-sdk-codeobj * Update include/rocprofiler-sdk/cxx - cmake updates - correct namespace rocprofiler::codeobj rocprofiler::sdk::codeobj * Update codeobj tests and samples
13 lines
366 B
CMake
13 lines
366 B
CMake
#
|
|
#
|
|
# Installation of amd_detail headers
|
|
#
|
|
#
|
|
set(ROCPROFILER_AMD_DETAIL_HEADER_FILES thread_trace.h thread_trace_core.h
|
|
thread_trace_dispatch.h thread_trace_agent.h)
|
|
|
|
install(
|
|
FILES ${ROCPROFILER_AMD_DETAIL_HEADER_FILES}
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler-sdk/amd_detail/
|
|
COMPONENT development)
|