mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
Simplify Android SDL Build
This commit is contained in:
committed by
iProgramInCpp
parent
e9ddb5ab61
commit
23ec46f266
@@ -32,7 +32,7 @@ android {
|
||||
}
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path 'src/main/cpp/CMakeLists.txt'
|
||||
path '../../CMakeLists.txt'
|
||||
version '3.22.1'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
cmake_minimum_required(VERSION 3.16.0)
|
||||
project(reminecraftpe-android)
|
||||
|
||||
add_subdirectory(../../../../../ sdl)
|
||||
Reference in New Issue
Block a user