zeek/tools/gen-zam/CMakeLists.txt
Tim Wojtulewicz 8f918dab47 Move gen-zam code into the main Zeek repository
This is based on commit 56a6db00b887c79d26f303676677cb490d1c296d from
the gen-zam repository.
2025-08-15 13:57:27 -07:00

2 lines
71 B
CMake

add_executable(gen-zam)
target_sources(gen-zam PRIVATE src/Gen-ZAM.cc)