summaryrefslogtreecommitdiff
path: root/app/v3_c/scripts/compil.sh
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2011-01-22 16:25:08 +0000
committerLudovic Pouzenc <ludovic@pouzenc.fr>2011-01-22 16:25:08 +0000
commitcebbe1cd7fe8be10d51a1d8fc4007407b1ba77c7 (patch)
treee8fe44f46d58522b2f2148cb575cc89fc9ba6ad7 /app/v3_c/scripts/compil.sh
parent738943804f2e4005e1948ed19e0d02e4cd1df431 (diff)
download2011-usi-cebbe1cd7fe8be10d51a1d8fc4007407b1ba77c7.tar.gz
2011-usi-cebbe1cd7fe8be10d51a1d8fc4007407b1ba77c7.tar.bz2
2011-usi-cebbe1cd7fe8be10d51a1d8fc4007407b1ba77c7.zip
Première version du projet qui compile ! (utilise CMake)
git-svn-id: file:///var/svn/2011-usi/trunk@10 db941bf7-0cb3-4dda-9634-87faf64f93a7
Diffstat (limited to 'app/v3_c/scripts/compil.sh')
-rwxr-xr-xapp/v3_c/scripts/compil.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/v3_c/scripts/compil.sh b/app/v3_c/scripts/compil.sh
new file mode 100755
index 0000000..2c0f374
--- /dev/null
+++ b/app/v3_c/scripts/compil.sh
@@ -0,0 +1,6 @@
+#!/bin/bash -e
+
+BASEPATH="$(dirname $0)/.."
+
+( cd "$BASEPATH/bin" && cmake ../ && make )
+