mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
8 lines
478 B
Batchfile
8 lines
478 B
Batchfile
:: Sets up the basic environment needed to run Zeek from a Windows command prompt (not bash!).
|
|
:: This is needed in order to run unit tests on Cirrus.
|
|
::
|
|
:: The ZEEKPATH line here should be kept in sync with the zeek-path-dev.in file.
|
|
::
|
|
|
|
@set ZEEKPATH=.;${cmake_source_dir}/scripts;${cmake_source_dir}/scripts/policy;${cmake_source_dir}/scripts/site;${cmake_binary_dir}/scripts;${cmake_binary_dir}/scripts/builtin-plugins
|
|
@set ZEEK_PLUGIN_PATH=${cmake_binary_dir}/src}
|