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