[CMake] XCode equivalent to include_external_msproject

Jon Hodgson jonhodgson.devlists at googlemail.com
Thu Jun 13 14:42:15 EDT 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20130613/f37625ce/attachment.htm>


More information about the CMake mailing list