FRUT icon indicating copy to clipboard operation
FRUT copied to clipboard

Building JUCE projects using CMake made easy

Results 39 FRUT issues
Sort by recently updated
recently updated
newest added

Hi, I am looking into building a commercial JUCE plugin but I would like to also use CMake, so I found this repo. But now I'm unsure how this works...

question

I had a `JuceLibraryCode` folder with `BinaryData.h` under my root project folder from a previous non-FRUT build, and after building with FRUT also under `build/JuceLibraryCode`. The two files both got...

**Use case:** A JUCE Module contains precompiled static libraries. It is included in a JUCE project that gets built on different IDE / compiler versions from the same source code....

enhancement

`Reprojucer.cmake` should replace `%var%` by `$ENV{var}` in paths (especially binary locations).

enhancement

Hi, I got here from this JUCE forum post: https://forum.juce.com/t/introducing-juce-cmake-build-your-juce-projects-using-cmake/22717 Its quite old so I'm just wondering, are iOS and Android still not supported? If not what is the challenge?

help wanted
missing feature

I really like modularizing my projects, for example, If I build a VST plugin, I would structurize the entire project as follows. A - dspCore (static library requires juce) B...

question

_Originally posted by @paulfd in https://github.com/McMartin/FRUT/issues/458#issuecomment-475869212_: > I'm sorry for hijacking this... Concerning the need for Projucer, does this mean that once I turned the jucer file into a CMakeList...

question

Hi @McMartin, Apologies for the noob question. I'm fairly new to C++, CMake, JUCE and FRUT. Gotta start somewhere right ;). Firstly thanks for this amazing tool, it great to...

Hi @McMartin, when I generate a Xcode project with Projucer, the Extra Linker Flags are added as `OTHER_LDFLAGS` but when I generate a Xcode project with FRUT the `EXTRA_LINKER_FLAGS` are...

Hi, when building the JUCE ARA PluginDemo project through FRUT it fails because it can't find any of the ARA headers, while the Projucer generated Xcode project works fine. Since...