yabs 0.2.2

Yet another build system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
compiler = "g++"
file-extensions = ["cpp"]
compiler-flags = ["std=c++11", "O3", "fPIC"]
include = ["../test_lib_src"]

src = [
	"../test_lib_src/test.cpp"
]

[[lib]]
name = "libyabs_test"
types = [
	"static",
]