Move CMake template files to separate directory

This commit is contained in:
Tim Wojtulewicz 2023-06-26 10:20:56 -07:00
parent 64ebdec438
commit 25da02fe50
12 changed files with 29 additions and 26 deletions

10
cmake_templates/spicy-path.in Executable file
View 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