On Saturday 19 September 2009, Darren ha wrote: > 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
Did you try "target/fast" ? > - target.clean ; only clean target. not cleaning dependent targets Isn't the cleaning done only on directory basis ? So I think currently the only way to do what you want is to structure your directories accordingly. Alex _______________________________________________ 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
