Move gen-zam code into the main Zeek repository

This is based on commit 56a6db00b887c79d26f303676677cb490d1c296d from
the gen-zam repository.
This commit is contained in:
Tim Wojtulewicz 2025-08-13 11:23:32 -07:00
parent 5ccf64102b
commit 8f918dab47
7 changed files with 3477 additions and 5 deletions

View file

@ -912,7 +912,7 @@ set(BIFCL_EXE_PATH "${CMAKE_BINARY_DIR}/tools/bifcl/bifcl${CMAKE_EXECUTABLE_SUFF
set(_bifcl_exe_path "included")
if (NOT GEN_ZAM_EXE_PATH)
add_subdirectory(auxil/gen-zam)
add_subdirectory(tools/gen-zam)
endif ()
if (ENABLE_JEMALLOC)