Use scomplex throughout rather than simplcompltype
[libstick.git] / build.sh
1 cd $(dirname $0)
2 echo $PWD
3 mkdir -p build
4 cd build
5
6 #cmake -D CMAKE_INSTALL_PREFIX:PATH=foo/ -D CMAKE_BUILD_TYPE="Debug" -D WITH_UNITTESTS=1 ..
7 cmake -D CMAKE_BUILD_TYPE="Release" ..
8
9 make
10 #make install