Simplify Android SDL Build

This commit is contained in:
TheBrokenRail
2023-11-03 10:38:02 -04:00
committed by iProgramInCpp
parent e9ddb5ab61
commit 23ec46f266
2 changed files with 1 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ android {
}
externalNativeBuild {
cmake {
path 'src/main/cpp/CMakeLists.txt'
path '../../CMakeLists.txt'
version '3.22.1'
}
}

View File

@@ -1,4 +0,0 @@
cmake_minimum_required(VERSION 3.16.0)
project(reminecraftpe-android)
add_subdirectory(../../../../../ sdl)