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

10 lines
254 B
Bash
Executable file

#!/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