This message was deleted.
# native
s
This message was deleted.
w
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
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
oh, nice! that was actually my original use-case haha, the plugin way seems much better (but, if it aint broke...)