SFML/examples/android
Chris Thrasher 30a986e632
Use CMake-standard <PackageName>_ROOT variable to locating config module
https://cmake.org/cmake/help/v3.22/command/find_package.html
https://cmake.org/cmake/help/v3.22/variable/PackageName_ROOT.html#variable:%3CPackageName%3E_ROOT

SFML_DIR predates the existence of <PackageName>_ROOT which is now
the preferred way to specify where to find a given package's config
module. User reports have shown that SFML_DIR may be broken at least
in certain circumstances so lets stop mentioning it.
2024-01-16 13:10:58 -07:00
..
app Use CMake-standard <PackageName>_ROOT variable to locating config module 2024-01-16 13:10:58 -07:00
gradle/wrapper Modernized android example 2023-11-14 16:04:30 -07:00
.gitignore Modernized android example 2023-11-14 16:04:30 -07:00
build.gradle.kts Modernized android example 2023-11-14 16:04:30 -07:00
gradle.properties Android: Upgraded the example to work with Gradle 2018-04-14 09:59:01 +02:00
gradlew Modernized android example 2023-11-14 16:04:30 -07:00
gradlew.bat Modernized android example 2023-11-14 16:04:30 -07:00
settings.gradle.kts Modernized android example 2023-11-14 16:04:30 -07:00