create cmake variable during add_custom_target call
I have a CI pipeline which generates an .exe
alongside the needed dll
. I’m trying to package the whole thing into a tar.gz for the sake of practicality.
I have a CI pipeline which generates an .exe
alongside the needed dll
. I’m trying to package the whole thing into a tar.gz for the sake of practicality.