CMake Aubio Build Aubio as a static library using CMake. 🚧 This is a work in progress. Build 🏗️ git clone --recursive https://github.com/rghvdberg/aubio_cmake.git cd aubio_cmake mkdir build cd build cmake ../ make