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