On 04/14/2015 10:36 AM, Tim Blechmann wrote:
>> Where is the order stored?
> 
> seems to be the "children" property:
> 
>>              22AA72931ADD5C9900988B41 = {
>>                      isa = PBXGroup;
>>                      children = (
>> -                            22AA729E1ADD5C9900988B41 /* test */,
>>                              22AA72B51ADD5C9900988B41 /* testTests */,
>> +                            22AA729E1ADD5C9900988B41 /* test */,
>>                              22AA729D1ADD5C9900988B41 /* Products */,
>>                      );

Take a look at the end of the CreateXCodeObjects method below
the "now add all targets to the root object" comment.  One
may be able to sort the target traversal order in that loop.

-Brad

-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to