FRUT icon indicating copy to clipboard operation
FRUT copied to clipboard

Add support for OBJECT libraries

Open cor3ntin opened this issue 4 years ago • 1 comments

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

cor3ntin avatar Mar 26 '20 11:03 cor3ntin

@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.

McMartin avatar Mar 26 '20 20:03 McMartin