TonicAudio / Tonic

Easy and efficient audio synthesis in C++
The Unlicense
522 stars 63 forks source link

Add cmake file to use cmake to build libTonicLib #261

Open mantaraya36 opened 9 years ago

LB-- commented 9 years ago

Relation to #255 ?

morganpackard commented 9 years ago

Thanks @mantaraya36. As @LB-- points out, we already have one cmake PR in the works, by @andik. I haven't used cmake much before and am trying to understand how people use, and prefer to use Tonic. I generally include the Tonic XCode project as a subproject in XCode. In some ways, I prefer what you've submitted here to what @andik has does, since it's just the addition of one file, in its own place, adding cmake as just another build option.

andik commented 9 years ago

I just need to say that this for example doesn't comile the examples letting alone the user who wants to try out these. But it installs the library which really is a great plus. @mantaraya36 could you also provide a FindTonic.cmake?