65786f619d
* Add trace decoder to API.
* Cleanup and activity
* Rename
* Minor fix
* Replace tt/TT with thread_trace/THREAD_TRACE
- public API types are not abbreviated
* Fix aliases
* Build system updates
- activate clang-tidy for all subfolders in lib
- fix addition of sources for att-tool
* Fix clang-tidy issues with lib/att-tool/counters.{hpp,cpp}
* Delete counters.cpp
* Formatting
---------
Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com>
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
19 lines
396 B
CMake
19 lines
396 B
CMake
#
|
|
#
|
|
#
|
|
rocprofiler_activate_clang_tidy()
|
|
|
|
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()
|