blob: 97124e81e849427c582a115b89d16a58b8563462 (
plain)
1
2
3
4
5
6
7
8
|
# file : common/statement/processing/buildfile
# license : GNU GPL v2; see accompanying LICENSE file
import libs = libodb%lib{odb}
exe{driver}: {hxx cxx}{*} $libs testscript
cxx.poptions =+ "-I$out_base" "-I$src_base"
|