[CMake] Combining projects made by several CMake solutions into 1 solution

Ryan Pavlik rpavlik at iastate.edu
Wed Jun 16 08:22:09 EDT 2010


On 6/15/10 11:13 PM, benang at cs.its.ac.id wrote:
> Hi, I'm currently using some projects that solutions are built from CMake.
> They are Delta 3D, Open Scene Graph, osgOcean, and dtOcean. So what I
> wanted is to combine a few of those projects into one solution so I don't
> have to make them separately and for better organization. I know that I
> also must include the ALL_BUILD and ZERO_CHECK projects so that the IDE
> won't have to rebuild the projects all the time. But can one ZERO_CHECK
> work for projects from different solutions? BTW, my IDE is Visual C++
> 2005.
>
> Thanks in advance.
>
> Fare thee well,
> Bawenang R. P. P.
>    

Take a look here: this might serve your needs.
http://cmake.org/cmake/help/cmake-2-8-docs.html#module:ExternalProject

Ryan

-- 
Ryan Pavlik
Human-Computer Interaction Graduate Student
Virtual Reality Applications Center
Iowa State University

rpavlik at iastate.edu
http://academic.cleardefinition.com/



More information about the CMake mailing list