mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
enable ZAM operation specifications to reside in multiple files (not yet used)
This commit is contained in:
parent
d7e30d9ee2
commit
1989dc5e5a
4 changed files with 5 additions and 4 deletions
|
@ -159,9 +159,10 @@ list(APPEND BINPAC_OUTPUTS "${BINPAC_OUTPUT_CC}")
|
|||
|
||||
include(Gen-ZAM)
|
||||
|
||||
set(GEN_ZAM_SRC ${CMAKE_CURRENT_SOURCE_DIR}/script_opt/ZAM/Ops.in)
|
||||
set(GEN_ZAM_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/script_opt/ZAM/OPs)
|
||||
set(GEN_ZAM_SRC ${GEN_ZAM_SRC_DIR}/ZAM.op)
|
||||
|
||||
gen_zam_target(${GEN_ZAM_SRC})
|
||||
gen_zam_target(${GEN_ZAM_SRC_DIR})
|
||||
|
||||
# ##############################################################################
|
||||
# Including subdirectories.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue