On 2015-07-30 11:51:54 GMT, Nagy-Egri Máté Ferenc via CMake wrote: > how on Earth am I going to build x86/x64/ARM targets from one VS solution? > [...] > the way how CMake has been designed immediately rules it out from ~75% of application development going on in the world in the future (mobile app devel)
Well, we are building Android and iOS projects with CMake and we simply configure separate build dirs for each architecture. We even need to configure seperate dirs for Debug and Release builds for the makefile generators. It doesn't feel like a problem for us. We simply adapt our workflows to it. Is there anything wrong with this approach we don't recognize? Tamas Kenez
-- 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