Upgrade to lukka/run-vcpkg@v5
[MPC.git] / config / lex.mpb
blobc5a3f076b3e06c09b52be59e2986a08a4f77fdc0
1 project {
2   requires += lex
3   Define_Custom(LEX) {
4     command          = lex
5     commandflags     = -t
6     output_option    = >
7     pch_postrule     = 1
8     inputext         = .ll, .l
9     source_outputext = .c, .cpp, .cxx, .cc, .C
10   }