# SPDX-FileCopyrightText: 2018-2025 Stichting DuckDB Foundation
#
# SPDX-FileCopyrightText: 2026 Vane contributors
#
# SPDX-License-Identifier: MIT AND Apache-2.0
#
# Modified by Vane contributors.

# this is used for clang-tidy checks
add_library(python_pybind11 OBJECT pybind_wrapper.cpp)

target_link_libraries(python_pybind11 PRIVATE vane_python_dependencies)
