chore: initialize build2 project

This commit is contained in:
Glen Whitney 2022-12-18 16:50:01 -05:00
parent bd36a8b3fb
commit a8fba52b44
11 changed files with 114 additions and 26 deletions

4
build/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/config.build
/root/
/bootstrap/
build/

7
build/bootstrap.build Normal file
View file

@ -0,0 +1,7 @@
project = cplusminus
using version
using config
using test
using install
using dist

20
build/root.build Normal file
View file

@ -0,0 +1,20 @@
# Uncomment to suppress warnings coming from external libraries.
#
#cxx.internal.scope = current
cxx.std = latest
using cxx
hxx{*}: extension = hxx
ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
# Assume headers are importable unless stated otherwise.
#
hxx{*}: cxx.importable = true
# The test target for cross-testing (running tests under Wine, etc).
#
test.target = $cxx.target