mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move CMake template files to separate directory
This commit is contained in:
parent
64ebdec438
commit
25da02fe50
12 changed files with 29 additions and 26 deletions
9
cmake_templates/zkg-config.in
Normal file
9
cmake_templates/zkg-config.in
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Zeek-generated zkg config file.
|
||||
[sources]
|
||||
zeek = https://github.com/zeek/packages
|
||||
|
||||
[paths]
|
||||
state_dir = @ZEEK_ZKG_STATE_DIR@
|
||||
script_dir = @ZEEK_SCRIPT_INSTALL_PATH@/site
|
||||
plugin_dir = @ZEEK_PLUGIN_DIR@
|
||||
bin_dir = @CMAKE_INSTALL_PREFIX@/bin
|
Loading…
Add table
Add a link
Reference in a new issue