2023-08-08 18:39:01 -05:00
|
|
|
#
|
|
|
|
|
#
|
|
|
|
|
#
|
2025-05-17 21:08:33 +02:00
|
|
|
rocprofiler_activate_clang_tidy()
|
|
|
|
|
|
2023-12-15 14:39:13 -06:00
|
|
|
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "core")
|
2023-08-08 18:39:01 -05:00
|
|
|
add_subdirectory(common)
|
2024-11-07 01:15:19 -06:00
|
|
|
add_subdirectory(output)
|
2023-11-29 20:43:18 -06:00
|
|
|
add_subdirectory(rocprofiler-sdk)
|
2025-09-18 18:10:45 -05:00
|
|
|
add_subdirectory(rocprofiler-sdk-attach)
|
2023-12-15 14:39:13 -06:00
|
|
|
|
2025-05-30 00:13:19 -05:00
|
|
|
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "roctx")
|
|
|
|
|
add_subdirectory(rocprofiler-sdk-roctx)
|
|
|
|
|
|
|
|
|
|
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "rocpd")
|
|
|
|
|
add_subdirectory(rocprofiler-sdk-rocpd)
|
|
|
|
|
|
2025-11-18 10:52:17 -06:00
|
|
|
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "rocattach")
|
|
|
|
|
add_subdirectory(rocprofiler-sdk-rocattach)
|
|
|
|
|
|
2023-12-15 14:39:13 -06:00
|
|
|
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "tools")
|
2025-04-17 21:43:15 +02:00
|
|
|
add_subdirectory(att-tool)
|
2024-09-12 00:46:07 -05:00
|
|
|
add_subdirectory(rocprofiler-sdk-tool)
|
2024-04-08 16:43:02 -03:00
|
|
|
|
2025-05-19 20:02:51 -05:00
|
|
|
add_subdirectory(python)
|
|
|
|
|
|
2023-08-08 18:39:01 -05:00
|
|
|
if(ROCPROFILER_BUILD_TESTS)
|
|
|
|
|
add_subdirectory(tests)
|
|
|
|
|
endif()
|