iffyloop / EasyVst

Easy-to-use VST3 wrapper for hosting VST3 plugins without JUCE or other frameworks
Other
56 stars 6 forks source link

Added cmake for building the project and CPM for auto package management #5

Open wtrsltnk opened 1 year ago

wtrsltnk commented 1 year ago

Nice project! I got it working with cmake and CPM on windows and was wondering if you could use this. The CPM is auto downloading all the dependancies VST and concurrentqueue. I had to remove the SDL2/ in the SDL includes. Thats an result of using CPM and I am not sure how to fix that yet..

iffyloop commented 1 year ago

Thanks so much for contributing CMake support! I'm sorry it's taken me so long to reply to this PR. I'll get this merged in soon; if you can reply to the question I put above that'd be helpful. (This is my first time merging in a non-trivial PR, so not sure what the most convenient way is to review code with other contributors).