The source project of this merge request has been removed.
Added library building in cmake.
CMakeLists has been extended to compile tempo as a static library. It is now possible to do the following:
mkdir build
cd build
cmake ..
make tempo
Therefore, tempo can be used as a library in other projects.