Stmpf

Results 1 comments of Stmpf

Hi @ruiseixasm, here is a basic project structure: ``` example │ CMakeLists.txt │ └───src │ │ main.cpp │ └───3rdparty │ └───libremidi │ ... ``` ... and the corresponding CMakeLists.txt that...