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 how can I make this permanent? its possible to just add the cmake/ directory in my project and the generated cmakelists.txt to make in work or it needs some...

Hi there! Thanks again for this great project, i am really looking forward to trying this out! A little background to the question: I am working on a cross-platform OSX/Windows...

question

Hi @McMartin , In our project, we have been experimenting with `clangCl` as a toolset of Visual Studio 2019 to compile our project with clang on Windows. Everything seems to...

enhancement

I want to use [Conan](https://conan.io/) as package manager for JUCE projects. Using FRUT to build my JUCE projects with CMake is very handy and useful when automating build processes. Is...

We would like to be able to create cmake OBJECT libraries ( https://gitlab.kitware.com/cmake/community/-/wikis/doc/tutorials/Object-Library ) with FRUT, as static libraries have some limitations ( objects that only defines global objects used...

Is there any way we can avoid that? Currently, the best approach we could find is to manually compile JUCE into a static library and then link that.

enhancement

It would be great if the process of starting a new FRUT project without the Projucer would be simplified. Some templates, helper functions or both would really help! What do...

enhancement

Seems like if you try to generate an iOS project from a top level CMakeLists that contain multiple projects, it only works if *all* projects under that directory contain an...

Currently, building on mac with CLion shows this messages: ``` CMake Warning at SDKs/FRUT/cmake/Reprojucer.cmake:5312 (message): Reprojucer.cmake only supports entitlements when using the Xcode generator. You should call `cmake -G Xcode`...

enhancement

A quick google search got me this result, maybe others are more appropriate ? https://pypi.python.org/pypi/cmakelint/1.3.4