> Thanks Andreas, but that leaves us with having to edit the > CMakeLists.txt every time we add a pattern file. There must be a > better way?
How should CMake find out that it needs to update it's file list then? Citing from the FILE(GLOB) documentation: (We do not recommend using GLOB to collect a list of source files from your source tree. If no CMakeLists.txt file changes when a source is added or removed then the generated build system cannot know when to ask CMake to regenerate.) Eike -- 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
