[CMake] file(GLOB) for directories?

2008-12-09 Thread Robert Dailey
How would I use file( GLOB ) to get a list of directories instead of files?
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] file(GLOB) for directories?

2008-12-09 Thread Robert Dailey
On Tue, Dec 9, 2008 at 12:30 PM, David Cole [EMAIL PROTECTED] wrote:

 file(GLOB with globbing expression of * and then iterate the results
 and ask if(IS_DIRECTORY on each result...


Thanks, this works perfectly!
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake