FRUT
FRUT copied to clipboard
Building JUCE projects using CMake made easy
If you would like `Reprojucer.cmake` to support the setting `EMBEDDED_FRAMEWORKS` ("Embedded Frameworks" in Projucer), please leave a comment on this issue.
If you would like `Reprojucer.cmake` to support the setting `XCODE_SUBPROJECTS` ("Xcode Subprojects" in Projucer), please leave a comment on this issue.
If you would like `Reprojucer.cmake` to support the setting `USE_MKL_LIBRARY_ONE_API` ("Use MKL Library (oneAPI)" in Projucer), please leave a comment on this issue.
If you would like `Reprojucer.cmake` to support the setting `USE_IPP_LIBRARY_ONE_API` ("Use IPP Library (oneAPI)" in Projucer), please leave a comment on this issue.
If you would like `Reprojucer.cmake` to support the setting `USE_LEGACY_BUILD_SYSTEM` ("Use Legacy Build System" in Projucer), please leave a comment on this issue.
If you would like `Reprojucer.cmake` to support the setting `USE_PRECOMPILED_HEADER` ("Use Precompiled Header" in Projucer), please leave a comment on this issue.
Juce 7 now supports [the LV2 plugin format](https://lv2plug.in/). It's enabled via Projucer the same way the other formats are enabled, by adding a value to the JUCERPROJECT/pluginFormats property: `buildLV2` (as...
Hi @McMartin ! I hope everything is going fine for you ! 🙂 I was wondering if it would be possible to have some options in Jucer2Reprojucer to modify the...