3fc9374295
* Moving ATT to experimental
* Formatting + rebase
* Addressing review comments
* Formatting
* Update source/lib/att-tool/waitcnt/analysis.cpp
---------
Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com>
Co-authored-by: Madsen, Jonathan <Jonathan.Madsen@amd.com>
[ROCm/rocprofiler-sdk commit: 46818b0167]
17 lines
361 B
CMake
17 lines
361 B
CMake
#
|
|
#
|
|
#
|
|
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "core")
|
|
add_subdirectory(common)
|
|
add_subdirectory(output)
|
|
add_subdirectory(rocprofiler-sdk)
|
|
|
|
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "tools")
|
|
add_subdirectory(att-tool)
|
|
add_subdirectory(rocprofiler-sdk-roctx)
|
|
add_subdirectory(rocprofiler-sdk-tool)
|
|
|
|
if(ROCPROFILER_BUILD_TESTS)
|
|
add_subdirectory(tests)
|
|
endif()
|