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
10
cmake_templates/spicy-path.in
Executable file
10
cmake_templates/spicy-path.in
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Computes a value for the environment variable `SPICY_PATH` for execution of
|
||||
# Spicy tooling in the build tree.
|
||||
|
||||
PATHS=.
|
||||
PATHS=$PATHS:@CMAKE_SOURCE_DIR@/auxil/spicy/spicy/lib
|
||||
PATHS=$PATHS:@CMAKE_SOURCE_DIR@/auxil/spicy/hilti/lib
|
||||
|
||||
echo $PATHS
|
Loading…
Add table
Add a link
Reference in a new issue