Skip to content

Commit

Permalink
Fix "cmake" typo in docs (KhronosGroup#853)
Browse files Browse the repository at this point in the history
An instance of "cmake" was typed as "camke", this updates that word.
  • Loading branch information
vaage authored Nov 29, 2023
1 parent 2cda4f8 commit a0763fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ A new folder will be created in the root directory at `build\android_gradle`
https://d.android.com/reference/tools/gradle-api[Android Gradle Plugin] (used by Android Studio) may not auto install dependencies.
You will need to install them if they have not been installed:

* Find the configured versions in `build/android_gradle/app/build.gradle`, or its template file https://github.com/KhronosGroup/Vulkan-Samples/blob/main/bldsys/cmake/template/gradle/app.build.gradle.in[`bldsys/camke/template/gradle/app.build.gradle.in`]
* Find the configured versions in `build/android_gradle/app/build.gradle`, or its template file https://github.com/KhronosGroup/Vulkan-Samples/blob/main/bldsys/cmake/template/gradle/app.build.gradle.in[`bldsys/cmake/template/gradle/app.build.gradle.in`]
* https://d.android.com/studio/projects/install-ndk[Install them with Android Studio] or https://d.android.com/studio/projects/configure-agp-ndk?language=agp4-1#command-line[sdkmanager command line tool].
For example, to install AGP port CMake 3.22.1 and NDK version 25.1.8937393 on Linux, do the following:
+
Expand Down

0 comments on commit a0763fc

Please sign in to comment.