mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-19 19:50:14 +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
|
set -e
|
||||||
|
|
||||||
|
# this is taken from libjsoncpp package
|
||||||
# Presence of $ADTTMP implies that someone will handle cleanup for us, so we
|
# Presence of $ADTTMP implies that someone will handle cleanup for us, so we
|
||||||
# can avoid duplicating the effort (signal handling, etc.) here.
|
# can avoid duplicating the effort (signal handling, etc.) here.
|
||||||
if [ -z "$ADTTMP" ]
|
if [ -z "$ADTTMP" ]
|
||||||
@ -11,6 +12,8 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# the idea was taken from spirv-llvm-translator package
|
||||||
|
|
||||||
cd "$ADTTMP"
|
cd "$ADTTMP"
|
||||||
cat <<EOF > CMakeLists.txt
|
cat <<EOF > CMakeLists.txt
|
||||||
cmake_minimum_required(VERSION 2.6.2)
|
cmake_minimum_required(VERSION 2.6.2)
|
||||||
|
Loading…
Reference in New Issue
Block a user