Hi,
I've managed to get working multi-platform/-architecture meta-builds for
Windows, Mac OS X and iOS via CMake.
I get the following hierarchy shown in the XCode (4.0.2) IDE:
'MetaName'
+ Sources
+ ALL_BUILD
+ 'ProjectName_1'
+ Source Files
+ Resources
+ 'ProjectName_2'
+ Source Files
+ Resources
...
+ 'ProjectName_n'
+ Source Files
+ Resources
+ Resources
+ Products
I don't understand why the top level 'Sources' directory exists. A bit
annoying, because it contains other data, like resources and CMake data files.
Furthermore, what is the role of 'Resources' on that same level, project
independent resources?
In Visual Studio (2008) the hierarchy looks more logical:
Solution 'MetaName'
+ ALL_BUILD
+ 'ProjectName_1'
+ 'ProjectName_2'
...
+ 'ProjectName_n'
Is this common Xcode/CMake behavior or am I doing something wrong?
Kind Regards,
Daniel Dekkers
_______________________________________________
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