mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
# BIF parser/scanner
|
||||||
bison_target(BIFParser builtin-func.y
|
bison_target(BIFParser builtin-func.y
|
||||||
${BifCl_BINARY_DIR}/bif_parse.cc
|
${BifCl_BINARY_DIR}/bif_parse.cc
|
||||||
HEADER ${BifCl_BINARY_DIR}/bif_parse.h
|
DEFINES_FILE ${BifCl_BINARY_DIR}/bif_parse.h
|
||||||
#VERBOSE ${BifCl_BINARY_DIR}/bif_parse.output
|
|
||||||
COMPILE_FLAGS "${BISON_FLAGS}")
|
COMPILE_FLAGS "${BISON_FLAGS}")
|
||||||
flex_target(BIFScanner builtin-func.l ${BifCl_BINARY_DIR}/bif_lex.cc)
|
flex_target(BIFScanner builtin-func.l ${BifCl_BINARY_DIR}/bif_lex.cc)
|
||||||
add_flex_bison_dependency(BIFScanner BIFParser)
|
add_flex_bison_dependency(BIFScanner BIFParser)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue