Skip to content
Snippets Groups Projects

Aidge Core library

You can find here the C++ code of the Core library of Aidge.

Compilation

To only compile the Core library, run

make core_only

To compile the Core library + the associated unitary tests, run

make core_tests

To compile the Core library with the python binding, run

make core_with_pybind

Important: this command can also be run with make.

To compile the Core library with the python binding + the associated unitary tests, run

make core_with_pybind_tests