redub icon indicating copy to clipboard operation
redub copied to clipboard

[Feature Request] Add external build tool support

Open MrcSnm opened this issue 9 months ago • 1 comments

That is super easy to do and may be included in the future.

This is an example of what need to be done:

The dub.json will need to have

"targetType": "external", //Specifies that buildCommand will be used instead, so, redub won't control cache for that project.
"buildCommand": "make",
"libs": ["lib1", "lib2"] //Will specify that the root project will need those libraries to link

MrcSnm avatar Mar 24 '25 21:03 MrcSnm

Based on rust-crate cc-rs: https://github.com/kassane/zcc-d/tree/main/samples

kassane avatar May 15 '25 16:05 kassane