Files
rocm-systems/source/lib/python/CMakeLists.txt
T
Madsen, Jonathan 14c2dc55ff [roctx] Python bindings for rocprofiler-sdk-roctx (#402)
* [roctx] Python bindings for rocprofiler-sdk-roctx

* Update CHANGELOG

---------

Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
2025-05-19 20:02:51 -05:00

17 lines
395 B
CMake

#
# Python package
#
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_version(DEFAULT_PYTHON_VERSION)
set(ROCPROFILER_PYTHON_VERSIONS
"${DEFAULT_PYTHON_VERSION}"
CACHE STRING "")
endif()
add_subdirectory(roctx)