Explain places from where I stole the code :p

This commit is contained in:
Gianfranco Costamagna 2019-10-05 10:40:09 +02:00
parent 56d25853c6
commit 4ddbee871c

View File

@ -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)