Skip to content

Added library building in cmake.

Damien Wojtowicz requested to merge (removed):main into main

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.

Merge request reports