On Wed, Nov 9, 2011 at 10:21 AM, Tom Deblauwe <[email protected]> wrote: > On Wednesday 09 November 2011 12:45:43 David Cole wrote: >> The CMake Visual Studio generators do not presently support multiple >> platforms in the same Visual Studio project file. Moreover, they do >> not presently support anything beyond 32- and 64-bit Windows targets. >> You will need separate solution and project files for separate >> platforms, or you will need to use makefile generators, or use >> ExternalProject to drive "other platform" builds from a 32- or 64-bit >> VS generated file... >> > > Ok Thanks for the clarification. > Are there any plans to support this? Maybe support WindowsCE? > > Best regards, > Tom, > -- > > 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 >
The following (at least) three bug reports request this functionality: http://public.kitware.com/Bug/view.php?id=7919 http://public.kitware.com/Bug/view.php?id=8102 http://public.kitware.com/Bug/view.php?id=8486 There are no concrete plans to include implementations of these feature requests in the near future. You may see if any of the patches in these bug reports will work for your needs. HTH, David -- 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
