juce_cmake_vscode_example
juce_cmake_vscode_example copied to clipboard
A boilerplate for developing audio plugins with JUCE & CMake & VSCode
Hi ! thanks a lot for your available template. i had to modify the debug configuration to make it work. If not, the debug crash at init. this one works...
This pull request updates JUCE to the latest version (8.0.6). I've tested the build after applying both the JUCE version update and the C compiler build variables fix (#7) and...
### Context In the current project's CMake configuration, some machines (including mine) may face build issues due to missing build variables. This is caused by the lack of C language...