I forgot to mention, that I also have a custom_target called run_tests, which
is created and depends on every test. By being build (in the sense of calling,
since it does not have any source or anything else) this target arranges that
all tests are being build and run.
--
Powered by www.kitwar
Hi CMakers,
I'm looking for a way to
1. build and run executable targets, after one of their dependency has been
changed and
2. to run these executable targets every time whether they were rebuild or not.
The first point is more important to me that the second one. A little
background:
I am wor