FRUT
FRUT copied to clipboard
Building JUCE projects using CMake made easy
Hello! I'm starting a new project with JUCE and found FRUT as an awesome alternative to work my way into having a programmatically-building multi-target, fully-ci-buildable project. I, however need some...
Without this change any paths with spaces won't work
Hello, FRUT is very nice, i try to use it on MacOS, with the simple JUCE example "AUv3SynthPlugin" and use FRUT with it, but the compilation fails. I don't know...
Hi, I'm trying to use FRUT to build vst3 plugins in my enterprise system which can only have Code Blocks. I want to first get accustomed to CMake and make...
Hi! I'm excited to get this working but have run into some issues. I configured and built FRUT as instructed in "getting started". I was able to successfully create a...
I tried using FRUT with a very simple officiale JUCE tutorial, namely the [Animation Geometry](https://docs.juce.com/master/tutorial_animation.html). I chose this particular example because I am testing FRUT, and I wanted to use...
When building a Juce8 project, it seem that the Prodjucer insert an additionnal package (Nuget : Microsoft.Web.WebView2 for windows case). Installation is triggered via the flag JUCE_USE_WIN_WEBVIEW2 of module juce_gui_extra....
Hi @McMartin, I hope everything is going fine for you ! 🙂 I have created this Pull Request after experiencing the error message from [Reprojucer.cmake, at the line 2294](https://github.com/McMartin/FRUT/blob/main/cmake/Reprojucer.cmake#L2294), on...
I am getting a linker error when building Juce2CMake ``` Undefined symbols for architecture arm64: "juce::juce_compilationDate", referenced from: juce::Time::getCompilationDate() in libJucer2CMake_JUCE.a(juce_core.mm.o) "juce::juce_compilationTime", referenced from: juce::Time::getCompilationDate() in libJucer2CMake_JUCE.a(juce_core.mm.o) ld: symbol(s) not...