diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | build/root.build | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build new file mode 100644 index 0000000..350c8cc --- /dev/null +++ b/build/bootstrap.build @@ -0,0 +1,2 @@ +project_name = brep +using config diff --git a/build/root.build b/build/root.build new file mode 100644 index 0000000..d9c5766 --- /dev/null +++ b/build/root.build @@ -0,0 +1,4 @@ +using cxx + +cxx.std = 11 +cxx.poptions += -I$src_root -I/usr/include/apr-1 |