forked from glen/cplusminus
7 lines
138 B
Ruby
7 lines
138 B
Ruby
libs =
|
|
#import libs += libhello%lib{hello}
|
|
|
|
exe{cpm}: {hxx ixx txx cxx}{**} $libs testscript
|
|
|
|
cxx.poptions =+ "-I$out_root" "-I$src_root"
|