14c2dc55ff
* [roctx] Python bindings for rocprofiler-sdk-roctx * Update CHANGELOG --------- Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
21 wiersze
422 B
CMake
21 wiersze
422 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)
|
|
|
|
add_subdirectory(python)
|
|
|
|
if(ROCPROFILER_BUILD_TESTS)
|
|
add_subdirectory(tests)
|
|
endif()
|