[CMake] How to make FILE() append to the list of files?
Robert Dailey
rcdailey at gmail.com
Wed Nov 26 20:06:09 EST 2008
Hi,
I have about 20 directories that contain source files. However, the FILE()
call I make to each directory will have a different glob expression. I need
to be able to do FILE( GLOB ..... ) about 20 times and each time have it
append to the existing variable I give it. Is this possible? What would be
the recommended way of accumulating a list of files in all 20 directories?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081126/df1ecf4b/attachment.htm>
More information about the CMake
mailing list