[CMake] SUBDIRS command

2007-11-20 Thread Jesse Corrington
I have a project that has many different os targets that use different sets of source files and it builds a single exe. The source tree is like this commonSource/morespecific/morespecific. I figured I would have the common CMakeLists create a list of common files and call subdirs on the correct

Re: [CMake] SUBDIRS command

2007-11-20 Thread Alexander Neundorf
On Wednesday 21 November 2007, Jesse Corrington wrote: I have a project that has many different os targets that use different sets of source files and it builds a single exe. The source tree is like this commonSource/morespecific/morespecific. I figured I would have the common CMakeLists

Re: [CMake] SUBDIRS command

2007-11-20 Thread Brandon Van Every
BTW please don't use SUBDIRS, use ADD_SUBDIRECTORY. SUBDIRS is archaic, has slightly different behavior, and is officially depreciated in the upcoming CMake 2.6. Cheers, Brandon Van Every ___ CMake mailing list CMake@cmake.org