The android-cmake project sounds interesting, but I have my own set of generic CMake modules that i currently use to generate targets for projects that run on Windows and Linux. I'd need to be able to setup those same generic scripts to be able to generate targets for building with ndk on Android as well.
What's a simple, bare-bones example of a CMakeLists.txt script that creates an executable that can build source to run on an Android device? Hopefully as simple as: add_executable( android-test main.cpp ) --------- Robert Dailey On Sun, Feb 5, 2012 at 1:00 AM, Doug <[email protected]> wrote: > http://code.google.com/p/android-cmake/ > > Have a look at the opencv for android example; it's a quickstart guide for > android~ > > ~ > Doug. > > On Sun, Feb 5, 2012 at 9:07 AM, Robert Dailey <[email protected]> wrote: > >> Can someone briefly go over the possibility of using CMake to generate >> projects for Android development and iPhone/iPad development? >> >> I remember trying to generate XCode projects a couple years ago for >> iPhone development, but it wasn't quite supported. How are things now? >> >> And what about Android development? I haven't looked at how to develop >> for android, but I'd love to hear if it is possible to generate Eclipse >> projects for Android. >> >> --------- >> Robert Dailey >> >> -- >> >> 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 >> > >
-- 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
