blob: 4f94fa48822dee535b6633ff2034cc1f4778b16f (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/parser/buildfile
# 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
|