Hi list! I was wondering how to implement the following requirements in CMakeLists.txt. - I want to add 2 additional target to each target. - target.only ; only build target without any dependency check - target.clean ; only clean target. not cleaning dependent targets
the default 'make clean' command clean all target. this is not what i want to. Is there any idea simply implementing upper requirements.?
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
