forked from glen/cplusminus
chore: initialize build2 project
This commit is contained in:
parent
bd36a8b3fb
commit
a8fba52b44
11 changed files with 114 additions and 26 deletions
4
build/.gitignore
vendored
Normal file
4
build/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
/config.build
|
||||
/root/
|
||||
/bootstrap/
|
||||
build/
|
7
build/bootstrap.build
Normal file
7
build/bootstrap.build
Normal file
|
@ -0,0 +1,7 @@
|
|||
project = cplusminus
|
||||
|
||||
using version
|
||||
using config
|
||||
using test
|
||||
using install
|
||||
using dist
|
20
build/root.build
Normal file
20
build/root.build
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue