#!/bin/bash
mkdir ./build_cygwin
cd ./build_cygwin
cmake ../$(dirname $(dirname $0)) -DCMAKE_INSTALL_PREFIX=`pwd` -DCMAKE_BUILD_TYPE=Debug
