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

6
cpm/buildfile Normal file
View file

@ -0,0 +1,6 @@
libs =
#import libs += libhello%lib{hello}
exe{cpm}: {hxx ixx txx cxx}{**} $libs testscript
cxx.poptions =+ "-I$out_root" "-I$src_root"