Lines Matching refs:cmake
47 # CMake to get it to work.
50 # the box, since the android-cmake toolchain is not yet updated to for it.
52 # Note: You may wish to run 'ccmake .', the CMake curses GUI, in order to tweak
68 # In normal CMake builds, where you do an out of source build, the source
69 # directory is untouched when building. However, by default the Android CMake
94 # android-cmake toolchain appears to support it.
133 # Get the Android CMake NDK toolchain file if needed.
134 if [ ! -d "android-cmake" ] ; then
135 hg clone https://code.google.com/p/android-cmake/
137 echo "Found Android-CMake toolchain; skipping download."
140 ANDROID_CMAKE_TOOLCHAIN=android-cmake/toolchain/android.toolchain.cmake
147 cmake $CERES_SOURCE_ROOT \