Hi list!<br><br>I was wondering how to implement the following requirements in CMakeLists.txt.<br>- I want to add 2 additional target to each target. <br> - target.only ; only build target without any dependency check <br>
- target.clean ; only clean target. not cleaning dependent targets<br><br>the default 'make clean' command clean all target. this is not what i want to.<br><br>Is there any idea simply implementing upper requirements.?<br>
<br><br><br>