move curl for iOS and android into a submodule instead of abs path, include sqlite3 into Xcode project

This commit is contained in:
2018-10-11 12:53:59 +02:00
parent d870f68ed6
commit bc0ac5d893
4 changed files with 23 additions and 6 deletions

View File

@@ -119,3 +119,4 @@
#include <stb/stb_image.h>
#include <stb/stb_image_write.h>
#include <curl/curl.h>
#include <sqlite3.h>