Re: [CMake] Generator for Android.mk

2012-08-14 Thread Doug
No. ...but you can do it manually, like: cmake/Android.mk.in: LOCAL_PATH := include $(CLEAR_VARS) # Build include list LOCAL_C_INCLUDES := @PROJECT_ANDROID_INCLUDES@ # Build source list LOCAL_SRC_FILES := @PROJECT_ANDROID_SOURCES@ # Flags LOCAL_CFLAGS := -std=c99 # Build library LOCAL_MODULE

[CMake] Generator for Android.mk

2012-08-14 Thread John Barnum
I understand that you can build Android with make files and the standalone-toolchain (still in beta), but is there a generator that produces Android.mk files using the syntax in the NDK specification? Thanks, John -- Powered by www.kitware.com Visit other Kitware open-source projects at http