Hi all, Here at the office we added some code to CMake to be able to support closed platforms when generating Visual Studio project files.
The changes weren't complicated; it was just a matter to retain the platform name upon generation. Essentially, we replace the "Win32" or "x64" string in the platform name of the Visual Studio project, and set compile/link options from the command line flags. That is possible because the vendors of these closed platforms provide a Visual Studio integration, which work very nicely. We are wondering if there's a way to do this without having to change the CMake source code? Would it be possible do achieve this from a CMake module? Or perhaps it would be a good addition to CMake? Thoughts? Thanks!
-- 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
