Introduce CMake support for building for Android

This is the first step to be able to build Subsurface with CMake for
Android.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2015-07-01 17:08:36 +02:00 committed by Dirk Hohndel
parent c3f6fcb0bf
commit d880040d0a
2 changed files with 22 additions and 3 deletions

View file

@ -26,6 +26,9 @@ bool subsurface_ignore_font(const char *font)
return false;
}
void subsurface_user_info(struct user_info *user)
{ /* Encourage use of at least libgit2-0.20 */ }
const char *system_default_filename(void)
{
/* Replace this when QtCore/QStandardPaths getExternalStorageDirectory landed */