ddiakopoulos / libnyquist

:microphone: Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc)
BSD 2-Clause "Simplified" License
534 stars 64 forks source link

Create CMake config file on install #71

Open SamVanheer opened 1 year ago

SamVanheer commented 1 year ago

This is a draft to add a CMake config file to allow the library to be found using find_package in config mode.

A necessary part of this is adding a version number, discussed in #61.

I used the version 0.1.0 but this can be replaced with whatever version you want to use.