blob: 343bc30758075a377630dd891cda02ab840f39ce (
plain)
1
2
3
4
5
6
7
8
9
10
|
cxx.poptions += -I$src_root
install.include = $install.include/test/
lib{test}: cxx{utility} hxx{utility}
lib{test}: cxx.export.poptions = -I$src_root
exe{driver}: cxx{driver} hxx{driver} lib{test}
./: lib{test} exe{driver}
|