blob: bb6a4c8d5b4c75a93edbe3bdc8e21e1d45569b78 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
 | # This module should not be exported under CMake since it requires Python build
NO_BUILD_IF(STRICT EXPORT_CMAKE)
RECURSE(
    bindings
    main_py3
    python3_small
    python_udf
    system_python
)
 |