mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38: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
|
@ -1 +1 @@
|
||||||
Subproject commit 5887f1f04f525c4c682eb55aa0c7505574459c74
|
Subproject commit 376de10133c100948a2875258d11ab97b361467c
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
||||||
Subproject commit 1d793368ac4d4b06cb2c9c716e5477dbf3c2a8e3
|
Subproject commit 925c32db4d6d952ec43fa18a85d8bb70138b9257
|
|
@ -159,9 +159,10 @@ list(APPEND BINPAC_OUTPUTS "${BINPAC_OUTPUT_CC}")
|
||||||
|
|
||||||
include(Gen-ZAM)
|
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.
|
# Including subdirectories.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue