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

Add support for OBJECT libraries #617

Open
cor3ntin opened this issue Mar 26, 2020 · 1 comment
Open

Add support for OBJECT libraries #617

cor3ntin opened this issue Mar 26, 2020 · 1 comment

Comments

@cor3ntin
Copy link

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 for their side effects are not linked, for example), and we don't care about having a short lived static library, even if the cost is negligible.

Is this something you think FRUT could support?

Thanks

@McMartin
Copy link
Owner

@cor3ntin
Thanks for using FRUT and for opening this issue!

FRUT could support many types of CMake targets, including OBJECT libraries, but this would be outside of the scope of Reprojucer.cmake.

I am working on a FindJUCE.cmake module, which would be used with find_package. It is currently in an alpha state, and I will add it to FRUT at some point, once I find it good enough.

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

No branches or pull requests

2 participants