[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:

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 (