This repo provides a very basic setup for compiling SaC modules and programs, and can be used as a base for your own SaC project.
Note that most of the 'tricky' action happens in src/CMakeLists.txt, as here
we need to handle the interdependencies between the module and program.
The project uses cmake-common, and so upon cloning this repo it is important
you call this before running cmake:
$ git submodule update --initNote, avoid updating the submodule (e.g.
git pull ...) as some features therein might not be present any more --- backwards compatibility is not guaranteed.
We are happy to accept any form of contribution, just pull, modify, and make a PR. Thanks!
This project is unlicensed, please check the included sources and submodules for their licensing conditions.