diff options
Diffstat (limited to 'tests/amalgam/simple/buildfile')
-rw-r--r-- | tests/amalgam/simple/buildfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/amalgam/simple/buildfile b/tests/amalgam/simple/buildfile new file mode 100644 index 0000000..ec6a4e1 --- /dev/null +++ b/tests/amalgam/simple/buildfile @@ -0,0 +1,9 @@ +using cxx + +hxx.ext = hxx +cxx.ext = cxx +ixx.ext = ixx + +cxx.poptions += -I$out_root + +exe{driver}: cxx{driver} |