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