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