zeek/cmake_templates/zeek-path-dev.bat.in
2023-06-26 13:39:59 -07:00

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}