zeek/cmake_templates/spicy-path.in
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

11 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