blob: 9083ec78eadc0159eb2d5f69b42779e6e6636462 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/parser/buildfile
# copyright : Copyright (c) 2014-2017 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
|