FRUT
FRUT copied to clipboard
FR: Start new projects with FRUT
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 you think?
I think that is a great idea! There should be some template CMakeLists.txt
files, or something similar to the "Create New Project" wizard in Projucer.
Yes, absolutely. I started a few of those in my repo recently, adding templates for a plugin, gui app, a console app and an app with custom modules.
What would help is access to some internal variables.
For examples, at the moment there's no way to access the target names (such as "Shared Code") and add configurations to those (such as include directories), since those variables are private.
Some easy to use helpers for obtaining those internal variables would greatly help for configuring your project from scratch without using the Projucer.
Please no wizards. Can we do it UNIX way with a simple cmd-tool or CMake file to be able to write FindJUCE etc?
Just some plain CMake files with examples you can easily copy/paste and set variables would be fine. +1 for no wizards.