Got it, thanks for the context! Is cmake-build-adapter available...? Might check it out, although honestly the plugin is pretty much working ok for me (I changed the
binary
property to a ConfigurableFileCollection so I could have cmake produce multiple binaries, but other than that!)
d
daniel
02/09/2024, 9:11 PM
If the sample is working for you, I would say to keep using that one. The build adapter is more a holistic approach to the problem and need some more work. The best example of how the plugin makes things simpler is the consumption of Google Test directly from the GitHub repository by Gradle.
👍 1
w
Will Jackson
02/09/2024, 9:29 PM
oh, nice! that was actually my original use-case haha, the plugin way seems much better (but, if it aint broke...)