Skip to content

Adapt CMake to new, pure VAPython

Pascal Palenda requested to merge feature/cmake-change into feature/pure-python

As stated in the title. This remove the old C++ implementation. The library target is replaced by a custom target that runs hatch build -t wheel when hatch is available. Furthermore, the wheel is installed.

Merge request reports