#!/bin/sh

cd library/
cmake .
make

cd -
cd applications/bdmtoolbox/
cmake .
make
