blob: 8f3cbf5a8b104eff47a3b4c3f301d4485a7d3eb9 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/parser/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
exe{driver}: cxx{driver ../../build/{token lexer parser scope target \
prerequisite variable operation rule search algorithm file module dump \
context diagnostics name path-io utility}} $libs
|