Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Start new projects with FRUT #604

Open
eyalamirmusic opened this issue Feb 19, 2020 · 4 comments
Open

FR: Start new projects with FRUT #604

eyalamirmusic opened this issue Feb 19, 2020 · 4 comments

Comments

@eyalamirmusic
Copy link

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?

@McMartin
Copy link
Owner

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.

@eyalamirmusic
Copy link
Author

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.

@OleksandrMatasovGL
Copy link

Please no wizards. Can we do it UNIX way with a simple cmd-tool or CMake file to be able to write FindJUCE etc?

@eyalamirmusic
Copy link
Author

Just some plain CMake files with examples you can easily copy/paste and set variables would be fine.
+1 for no wizards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants