Fix manifests
[platform/core/system/libslp-sensor.git] / build.sh
1 #!/bin/bash +x
2 #
3 # Written by nicesj.park <nicesj.park@samsung.com>
4
5 BASE="."
6 CWD=`dirname $0`
7 cd "$CWD"
8
9 . ../../../../setup.conf || exit 1
10
11 echo "Current working directory is \"$CWD\""
12 if ! [ -d $BASE ]; then
13         echo "This is not proper package"
14         exit 1;
15 fi
16
17 cd $BASE
18
19 . ${TPLDIR}/cmake.tpl
20 run