Is there a way to have cmake automatically create empty missing source files instead of failing?
Basically I when I need to add new files I add new entries to my CMakeLists.txt file then I have to go to the shell and touch on each file I add so that cmake will not fail to regenerate the project. Thanks in Advance, John M. Drescher _______________________________________________ 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
