Files
Giacomo Vercesi df4f8b76ac pypeline: re-organize tests
Split the tests into two subdirectories: those that work in pure python
and those that use the C++ bindings.
2026-02-16 10:34:39 +01:00

7 lines
130 B
CMake

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
add_subdirectory(python)
add_subdirectory(cpp)