mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
bifcl: Remove vendored CMake files from repo
This commit is contained in:
parent
e7cce57f2b
commit
7275016bcb
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ set(BISON_FLAGS "--debug")
|
|||
# BIF parser/scanner
|
||||
bison_target(BIFParser builtin-func.y
|
||||
${BifCl_BINARY_DIR}/bif_parse.cc
|
||||
HEADER ${BifCl_BINARY_DIR}/bif_parse.h
|
||||
#VERBOSE ${BifCl_BINARY_DIR}/bif_parse.output
|
||||
DEFINES_FILE ${BifCl_BINARY_DIR}/bif_parse.h
|
||||
COMPILE_FLAGS "${BISON_FLAGS}")
|
||||
flex_target(BIFScanner builtin-func.l ${BifCl_BINARY_DIR}/bif_lex.cc)
|
||||
add_flex_bison_dependency(BIFScanner BIFParser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue