Andreas Pakulat escreveu: > That doesn't work good enough. CMake doesn't prohibit referencing files > from all over the project tree, so if I update foo/CMakeLists.txt, that > might need symlink changes over at bar/... So a complete tree-update > is needed unless CMake wants to keep track of the "last" version of the > cmake files and then using the diff between last and current trying to > find out which files where added/remove. And that is quite a lot of work > to implement.
I see, thanks for the explanation. Since my own projects aren't that complicated, I guess I'll try to write a cmake macro that tries to accomplish what I want and see how it goes. At least it will work on simpler (but common enough) cases. > This isn't as easy as doing a cp -rl <srcdir>/* <builddir>/... Unfortunately. Regards, Rodolfo Lima. _______________________________________________ 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
