Files
concrete/compiler/lib/Bindings/CMakeLists.txt
youben11 e73291abdc chore: rename compiler to concrete-compiler
zamalang => concretelang
zamacompiler => concretecompiler
2021-12-29 15:13:34 +01:00

3 lines
78 B
CMake

if (CONCRETELANG_BINDINGS_PYTHON_ENABLED)
add_subdirectory(Python)
endif()