[CMake] Build cmake child project from cmake parent project

Magnus Therning magnus at therning.org
Thu Feb 20 01:21:52 EST 2014


On Wed, Feb 19, 2014 at 06:24:44PM -0500, Aaron Boxer wrote:
> I have cmake two projects, with project 2 added as a git submodule in
> project 1.
> 
> I would like to build project 2 from project 1.
> 
> How can I do this? I tried add_subdirectory, but this is just for adding
> source directories. I want to use the project 2 cmake files to build it.

Have a look at ExternalProject
(http://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:ExternalProject)
it's very likely what you are looking for.

/M


-- 
Magnus Therning                      OpenPGP: 0xAB4DFBA4 
email: magnus at therning.org   jabber: magnus at therning.org
twitter: magthe               http://therning.org/magnus

I invented the term Object-Oriented, and I can tell you I did not have
C++ in mind.
     -- Alan Kay
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://www.cmake.org/pipermail/cmake/attachments/20140220/407b34c5/attachment.sig>


More information about the CMake mailing list