Skip to content

SacBase/sac-example-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example SaC Project

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 --init

Note, avoid updating the submodule (e.g. git pull ...) as some features therein might not be present any more --- backwards compatibility is not guaranteed.

Contribution

We are happy to accept any form of contribution, just pull, modify, and make a PR. Thanks!

License

This project is unlicensed, please check the included sources and submodules for their licensing conditions.

About

An example SaC project, can be used as a base for other SaC projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages