Newer
Older
You can find here the C++ code of the Core library of Aidge.
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
```