blob: 1a95a8a2deb66fbe7393738f72cbf56eff9b36d9 (
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}: cxx{driver} $libs
|