Skip to content

Commit

Permalink
Added missed/forgotten files in the first Android port iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
pboechat committed Nov 13, 2023
1 parent 4a06026 commit c1274c4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.vs/
.vscode/
.history/
build/
deploy/
deploy/
!resources/Android/.vscode
9 changes: 9 additions & 0 deletions resources/Android/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"cmake.generator": "Ninja",
"cmake.configureSettings": {
"CMAKE_TOOLCHAIN_FILE": "${env:NDKROOT}/build/cmake/android.toolchain.cmake",
"ANDROID_PLATFORM": "android-29",
"ANDROID_ABI": "arm64-v8a",
"ANDROID_STL": "c++_static"
}
}
Empty file.
Empty file.

0 comments on commit c1274c4

Please sign in to comment.