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