mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Added bison flag for verbose output.
This commit is contained in:
parent
9d7d6f8868
commit
0944e3619c
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
bison_target(PACParser pac_parse.yy ${CMAKE_CURRENT_BINARY_DIR}/pac_parse.cc
|
||||
COMPILE_FLAGS "-t" HEADER ${CMAKE_CURRENT_BINARY_DIR}/pac_parse.h)
|
||||
HEADER ${CMAKE_CURRENT_BINARY_DIR}/pac_parse.h
|
||||
VERBOSE ${CMAKE_CURRENT_BINARY_DIR}/pac_parse.output
|
||||
COMPILE_FLAGS "--debug")
|
||||
flex_target(PACScanner pac_scan.ll ${CMAKE_CURRENT_BINARY_DIR}/pac_scan.cc)
|
||||
add_flex_bison_dependency(PACScanner PACParser)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue