Re: [CMake] Run executable targets after change of dependency and/or every time

2014-03-05 Thread Schröter, Philipp
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

[CMake] Run executable targets after change of dependency and/or every time

2014-03-05 Thread Schröter, Philipp
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