[cmake-developers] [CMake 0015720]: TARGET_OBJECTS do not expand correctly if OBJECT library had RC sources on Windows

2015-08-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15720 == Reported By:snake Assigned To: ==

[cmake-developers] [Patch] Adding Windows 10 support

2015-08-30 Thread Gilles Khouzam
This patch adds support for Windows 10 Universal application in CMake. Starting with Windows 10, Universal applications are the new equivalent to Windows Store and Windows Phone apps. The patch adds similar support that we had for Windows 8.0 and Windows 8.1 for Store apps. This does not add Wi

Re: [cmake-developers] cmake built-in support for iOS (with SDL2)

2015-08-30 Thread Peter List
I was able to get my hello world (cmake + SDL2 + OpenGL ES 2) working on iOS as an XCode project using this project ( https://github.com/cristeab/ios-cmake ) plus I used these two tutorials as a reference - ( http://www.michaelborgmann.com/tutorials/build-sdl2-app-for-ios-using-cmake/ ) and ( http:

Re: [cmake-developers] [PATCH] Add a test for checking that the CPack module produces correct config files

2015-08-30 Thread Domen Vrankar
> My motivation is this. I want to submit a few improvements to the way CPack > writes config files, starting with that cpack_set_if_not_set change I > mentioned a while back. This functionality is generator-independent (and > basically unrelated to actual package generation), so I thought > RunCMa