mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
Friendship Ended With LibPNG
This commit is contained in:
committed by
iProgramInCpp
parent
3776dc26f5
commit
4ca50c0fd8
@@ -13,8 +13,8 @@
|
||||
#include "AppPlatform_android.hpp"
|
||||
#include "client/player/input/Mouse.hpp"
|
||||
|
||||
#include "thirdparty/stb_image.h"
|
||||
#include "thirdparty/stb_image_write.h"
|
||||
#include "stb_image.h"
|
||||
#include "stb_image_write.h"
|
||||
|
||||
|
||||
AppPlatform_android::AppPlatform_android()
|
||||
|
||||
@@ -13,13 +13,16 @@ add_library(reminecraftpe SHARED
|
||||
"${MC_ROOT}/platforms/android/android_native_app_glue.c"
|
||||
"${MC_ROOT}/platforms/android/AppPlatform_android.cpp"
|
||||
"${MC_ROOT}/platforms/android/main.cpp"
|
||||
"${MC_ROOT}/thirdparty/stb_image_impl.c"
|
||||
)
|
||||
|
||||
# Core
|
||||
add_subdirectory("${MC_ROOT}/source" source)
|
||||
target_link_libraries(reminecraftpe reminecraftpe-core)
|
||||
|
||||
# stb_image
|
||||
add_subdirectory("${MC_ROOT}/thirdparty/stb_image" stb_image)
|
||||
target_link_libraries(reminecraftpe stb_image)
|
||||
|
||||
# Extra Dependencies
|
||||
target_link_libraries(reminecraftpe android)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user