blob: 80882c6b8b3ab350eb04c4dd50706b07aef11227 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
hxx.ext =
cxx.ext = cpp
ixx.ext = ipp
cxx.poptions = -I$out_root
exe{driver}: cxx{driver} cxx{test}
cxx{test} hxx{test}: cli{test}
#exe{driver}: cxx{driver} cli.cxx{test}
#cli.cxx{test}: cli{test}
|