Skip to content

Instantly share code, notes, and snippets.

@ryancheung
Created March 20, 2020 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryancheung/b1ee97ce3ec11dffcc1c41d446b2c0bd to your computer and use it in GitHub Desktop.
Save ryancheung/b1ee97ce3ec11dffcc1c41d446b2c0bd to your computer and use it in GitHub Desktop.
{
"cmake.buildDirectory": "${workspaceRoot}/build",
"cmake.configureSettings": {
"CMAKE_VERBOSE_MAKEFILE": true,
//"CMAKE_EXPORT_COMPILE_COMMANDS": true,
//"CMAKE_C_FLAGS_RELEASE": "-g0",
//"CMAKE_TOOLCHAIN_FILE": "E:/Android/android-ndk-r21/build/cmake/android.toolchain.cmake",
//"ANDROID_ABI": "arm64-v8a",
//"ANDROID_ABI": "armeabi-v7a",
//"ANDROID_ABI": "x86",
//"ANDROID_ABI": "x86_64",
"BUILD_SHARED_LIBS": true,
"CMAKE_DISABLE_FIND_PACKAGE_HarfBuzz": true,
"CMAKE_DISABLE_FIND_PACKAGE_PNG": true,
"CMAKE_DISABLE_FIND_PACKAGE_ZLIB": true,
"CMAKE_DISABLE_FIND_PACKAGE_BZip2": true,
},
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment