[CMake] cross-testing support in cmake

2019-11-05 Thread Stefan Seefeld
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 --

Re: [CMake] using `install()` with EXPORT and COMPONENT

2019-09-29 Thread Stefan Seefeld
Hi Craig, thanks for the detailed explanation ! On 2019-09-29 5:13 a.m., Craig Scott wrote: If all of your headers should be installed to a single directory, then you can list the headers in the target's PUBLIC_HEADER or PRIVATE_HEADER target property, then make sure you add those

[CMake] using `install()` with EXPORT and COMPONENT

2019-09-28 Thread Stefan Seefeld
Hello, I'm working on a library project that will be packaged in multiple components. A "runtime" component will contain the (shared) library, an a "dev" component the associated headers (and perhaps other development-only artefacts). I have successfully used the `install()` command to