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