JanWilczek / audio-plugin-template

A template repository that you can use for creating audio plugins with the JUCE C++ framework. It is based on CMake, uses CPM package manager, the JUCE C++ framework (obviously), and the GoogleTest framework. All of these are easy to change on demand. You can also base off your new repo off this template because the setup is very simple.
78 stars 6 forks source link

how to use the template with CLion #9

Open kristiankauffeld opened 2 weeks ago

kristiankauffeld commented 2 weeks ago

I personally really like Jetbrain's IDEs and think they are really powerful for developing, so I wanted to use this template with it.

kristiankauffeld commented 2 weeks ago

I used this for reference https://www.jetbrains.com/help/clion/creating-new-project-from-scratch.html#monorepos