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