Hello,
I'm looking for ways to enable cross-testing with cmake. I imagine some
helper script that, during test execution, copies the test binary to a
test platform, runs the binary there, and reports back the test result.
Does cmake have support for such a scenario ?
Thanks,
Stefan
--
A Discourse forum is now available for the CMake community:
https://discourse.cmake.org
Discourse offers users more control over their level of participation,
allowing them to subscribe or unsubscribe by category or individual topic.
Users may choose to participate by web forum, email, or both.
Hello,
I'm trying to repackage an upstream project that's using CMake. The
project is set up to allow me to specify whether to build shared or
static libs using the BUILD_SHARED_LIBS when invoking cmake. However,
rather than generating two separate packages for the two variants, I'd
like to c