Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 строки
704 B
CMake
Исходник Постоянная ссылка Обычный вид История

2023-08-08 18:39:01 -05: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)
add_subdirectory(output)
add_subdirectory(rocprofiler-sdk)
add_subdirectory(rocprofiler-sdk-attach)
2023-12-15 14:39:13 -06: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)
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")
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
add_subdirectory(python)
2023-08-08 18:39:01 -05:00
if(ROCPROFILER_BUILD_TESTS)
add_subdirectory(tests)
endif()