File size: 193 Bytes
3bbb319
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
# configure the project

BASEDIR=$(dirname $0)
source $BASEDIR/defaults.sh

if ! $WITH_CMAKE ; then
  source $BASEDIR/configure-make.sh
else
  source $BASEDIR/configure-cmake.sh
fi