[CMake] combining projects

2006-12-07 Thread Darby J Van Uitert
Hi, I have a current project building under CMake which has multiple parts that I want to keep separate. It has a group of core libraries, and then an application with a gui that is separate--very similar to the Insight Toolkit and Insight Applications except for they are in the same reposit

Re: [CMake] combining projects

2006-12-07 Thread Alexander Neundorf
Original-Nachricht Datum: Thu, 07 Dec 2006 17:50:12 -0500 Von: Darby J Van Uitert <[EMAIL PROTECTED]> An: cmake@cmake.org Betreff: [CMake] combining projects > Hi, > > I have a current project building under CMake which has multiple parts > that I want to

Re: [CMake] combining projects

2006-12-11 Thread Darby J Van Uitert
building two nested projects? It doesn't happen if I only build one of the projects. Thanks. -darby j Alexander Neundorf wrote: Original-Nachricht Datum: Thu, 07 Dec 2006 17:50:12 -0500 Von: Darby J Van Uitert <[EMAIL PROTECTED]> An: cmake@cmake.org Betre

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

2010-06-15 Thread benang
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 mus

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

2010-06-16 Thread Ryan Pavlik
On 6/15/10 11:13 PM, ben...@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 a