1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00
falk-werner_webfuse/assets/adapters/cmake/save-artifacts
nosamad b19a54d2f9 Squashed 'build/dobuild/' content from commit b017db7
git-subtree-dir: build/dobuild
git-subtree-split: b017db7c22e7c0ca6cee3f0f5ac1dd50f3b68eb9
2020-05-25 23:24:23 +02:00

14 lines
319 B
Bash
Executable File

#!/bin/sh
. DoBuildFiles/generic.properties
. DoBuildFiles/cmake.properties
[ -z "$VERBOSE" ] || set -x
exec "$DOBUILDDIR/bin/tar_cc_settings" \
--project-root "$PROJECTDIR" \
--build-system "cmake-${CMAKE_GENERATOR_NAME}" \
--include-prefix "$TARGET/DoBuildFiles" \
compile_commands.json \
CMakeCache.txt