>> I hope my examples convinced you enough that globbing is (in general) a >> bad idea. >> > So is it common practice among users of CMake to manually create and > maintain a list of all files that are to be compiled, even if such a list is > very large and may involve several directories and subdirectories? > I do with all of my projects. The thing is that I generally add only 2 or 4 files at a time so its not like this is a lot of work.
John _______________________________________________ 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
