Files

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

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

2025-06-06 04:03:14 -05:00
#
#
#
if(ROCPROFILER_BUILD_SQLITE3)
message(
FATAL_ERROR
"rocpd python bindings require setting ROCPROFILER_BUILD_SQLITE3=OFF to interop with Python SQLite3 module"
)
endif()
foreach(_PYTHON_VERSION ${ROCPROFILER_PYTHON_VERSIONS})
rocprofiler_rocpd_python_bindings(${_PYTHON_VERSION})
endforeach()
add_subdirectory(source)
rocprofiler_reset_python3_cache()