Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 606 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 606 Bytes

CMake Aubio

Build Aubio as a static library using CMake.

🚧 This is a work in progress.

ICS License Github Action matrix

Build 🏗️

git clone --recursive https://github.com/rghvdberg/aubio_cmake.git
cd aubio_cmake
mkdir build
cd build
cmake ../
make