openAVproductions / openAV-Fabla2

The repository of the Fabla2 sampler by OpenAV. http://openavproductions.com/fabla2
GNU General Public License v2.0
54 stars 13 forks source link

Makes LIBDIR configurable in CMake #85

Closed hrittich closed 1 month ago

hrittich commented 1 month ago

Closes #84

harryhaaren commented 1 month ago

Checked that the default remains lib, and this allows over-writing via Cmake (https://cmake.org/cmake/help/latest/command/install.html).

Thanks!