index
:
sibs
master
A simple build system for native languages. Supports c, c++ and zig. Inspired by cargo (rust).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
hello_world_cpp
/
project.conf
blob: 78ed870279bccad78a840f697ce57947252bc022 (
plain
)
1
2
3
4
5
[package] name = "hello_world" type = "executable" version = "0.1.0" platforms = ["any"]