mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-19 00:20:56 +00:00
Explain places from where I stole the code :p
This commit is contained in:
parent
56d25853c6
commit
4ddbee871c
3
debian/tests/cmake-test
vendored
3
debian/tests/cmake-test
vendored
@ -2,6 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
# this is taken from libjsoncpp package
|
||||
# Presence of $ADTTMP implies that someone will handle cleanup for us, so we
|
||||
# can avoid duplicating the effort (signal handling, etc.) here.
|
||||
if [ -z "$ADTTMP" ]
|
||||
@ -11,6 +12,8 @@ then
|
||||
fi
|
||||
|
||||
|
||||
# the idea was taken from spirv-llvm-translator package
|
||||
|
||||
cd "$ADTTMP"
|
||||
cat <<EOF > CMakeLists.txt
|
||||
cmake_minimum_required(VERSION 2.6.2)
|
||||
|
Loading…
Reference in New Issue
Block a user