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.
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to