Hi, I'm currently converting some cross platform projects to CMake, for easier maintainance in the future.
They use some third party libraries, which it's easier for me to NOT convert to CMake (because then I have to update that when the third party changes their projects), these are built using visual studio and xcode on windows and Mac respectively. On windows I've successfully used include_external_msproject() To add the project to my configuration and then add the target dependency, all works very nicely. Now I'd like to achieve pretty much the same thing with XCode, what's the closest alternative? thanks Jon
-- 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
