#!/bin/bash
export OPENSNC_ALLEGRO_LIBS=`allegro-config --libs`
export OPENSNC_ALLEGRO_VERSION=`allegro-config --version`
cmake . $1
