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