blob: c5090b4b4b300c4f50ed59d7b80aa12738bf727f (
plain)
1
2
3
4
5
6
7
|
# file : tests/basics/buildfile
# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
import libs = libodb-oracle%lib{odb-oracle}
exe{driver}: {hxx cxx}{*} $libs
|