1
0
Fork 0

Merge branch 'gwh' of ssh://src.le-moine.org:38172/gwh/emu48android-linux into gwh

This commit is contained in:
Gwenhael Le Moine 2024-06-17 21:33:36 +02:00
commit d287bef3f4
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
3 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,8 @@
# For more information about using CMake with Android Studio, read the
# documentation: https://d.android.com/studio/projects/add-native-code.html
project(Emu48android-ng)
# Sets the minimum version of CMake required to build the native library.
cmake_minimum_required(VERSION 3.6.0)

View file

@ -27,3 +27,7 @@ allprojects {
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}