[CMake] source_group and Xcode
Francisco Requena Espí
frarees at gmail.com
Thu Feb 9 07:58:11 EST 2012
Hi,
I'm currently developing an app, and it's sources are divided into
subfolders. It seems that when I do:
add_executable(app ${sources} ${headers})
In my Xcode I can see two folders (Source files and Header files)
However, when I group sources in a subfolder with
source_group(folder ${subset_of_sources} ${subset_of_headers})
they're no longer divided into those folders.
I'd like them also to be separated into Source files and Header files
folder.
What should I do?
--
Some information about me: about.me/fran.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120209/ac20e69b/attachment.htm>
More information about the CMake
mailing list