blob: 824c6383b7b342c2ee1eba490df0af23cf7d53f3 (
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-sqlite%lib{odb-sqlite}
exe{driver}: {hxx cxx}{*} $libs
|