mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
Friendship Ended With LibPNG
This commit is contained in:
committed by
iProgramInCpp
parent
3776dc26f5
commit
4ca50c0fd8
@@ -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