Browse Source

Add physfs_platform_android.cpp as source files.

Miku AuahDark 1 year ago
parent
commit
f43c6fedeb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -1705,6 +1705,7 @@ set(LOVE_SRC_3P_PHYSFS
 	src/libraries/physfs/physfs_internal.h
 	src/libraries/physfs/physfs_lzmasdk.h
 	src/libraries/physfs/physfs_miniz.h
+	src/libraries/physfs/physfs_platform_android.c
 	src/libraries/physfs/physfs_platform_haiku.cpp
 	src/libraries/physfs/physfs_platform_os2.c
 	src/libraries/physfs/physfs_platform_posix.c