Alain Martin

Results 44 comments of Alain Martin

Hi @jaquevagon, Welcome to FRUT! Thank you for considering using it. I would like to add a few points to @TheSlowGrowth's reply. - The fact that [`Jucer2Reprojucer`](https://github.com/McMartin/FRUT/tree/dfd36f97e0c654f379d3f7a6034d50be2efef326/Jucer2Reprojucer), [`BinaryDataBuilder`](https://github.com/McMartin/FRUT/tree/dfd36f97e0c654f379d3f7a6034d50be2efef326/cmake/BinaryDataBuilder), and [`IconBuilder`](https://github.com/McMartin/FRUT/tree/dfd36f97e0c654f379d3f7a6034d50be2efef326/cmake/IconBuilder)...

@chikashimiyama sorry for taking so long to reply, but I didn't want to get back to you without a concrete answer. I pushed a branch called [`example-for-issue-465`](https://github.com/McMartin/FRUT/tree/example-for-issue-465), where I added...

@timuraudio Thanks a lot for using FRUT and for opening this issue! Building a static library might indeed be the best approach for reducing the number of compiler invocations. I'll...

@cor3ntin That's exactly what I meant with "would not solve the whole problem", you need to add some custom hacks/workarounds.

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

@paulfd Thanks for your interest in FRUT! Once you have converted a `.jucer` file into a `CMakeLists.txt` file, you can indeed treat the generated `CMakeLists.txt` file as the "single source...

@MartyLake please review (after reviewing https://github.com/McMartin/FRUT/pull/734), thanks!

@MartyLake Thanks a bunch for reviewing #734. I've rebased this PR on top of the latest `main`. Please review, thanks!