mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Remove vendored CMake files from repo
This commit is contained in:
parent
4d0a29a725
commit
d39df6b243
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
bison_target(PACParser pac_parse.yy ${BinPAC_BINARY_DIR}/src/pac_parse.cc
|
||||
HEADER ${BinPAC_BINARY_DIR}/src/pac_parse.h
|
||||
VERBOSE ${BinPAC_BINARY_DIR}/src/pac_parse.output
|
||||
DEFINES_FILE ${BinPAC_BINARY_DIR}/src/pac_parse.h
|
||||
COMPILE_FLAGS "--debug")
|
||||
flex_target(PACScanner pac_scan.ll ${BinPAC_BINARY_DIR}/pac_scan.cc)
|
||||
add_flex_bison_dependency(PACScanner PACParser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue