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