Files
rocm-systems/projects/rocprofiler-sdk/source/lib/python/CMakeLists.txt
T

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

20 строки
505 B
CMake
Исходник Обычный вид История

#
# Python package
#
set(CMAKE_MESSAGE_INDENT "[${PROJECT_NAME}][python] ")
set(DEFAULT_PYTHON_RPATH "\$ORIGIN:\$ORIGIN/../../..:\$ORIGIN/../../../rocprofiler-sdk")
include("${CMAKE_CURRENT_LIST_DIR}/utilities.cmake")
if(NOT DEFINED ROCPROFILER_PYTHON_VERSIONS)
get_default_python_versions(DEFAULT_PYTHON_VERSIONS)
set(ROCPROFILER_PYTHON_VERSIONS
"${DEFAULT_PYTHON_VERSIONS}"
CACHE STRING "")
endif()
add_subdirectory(roctx)
2025-06-06 04:03:14 -05:00
add_subdirectory(rocpd)
add_subdirectory(rocprofv3)