2021-06-17 21:32:24 +00:00
|
|
|
project(dependencies)
|
|
|
|
|
|
|
|
# LibPNG
|
2022-07-13 20:46:33 +00:00
|
|
|
if(BUILD_ARM_COMPONENTS)
|
|
|
|
add_subdirectory(libpng)
|
|
|
|
endif()
|
2021-06-17 21:32:24 +00:00
|
|
|
# Minecraft: Pi Edition
|
2022-03-10 02:23:41 +00:00
|
|
|
if(BUILD_ARM_COMPONENTS AND NOT MCPI_OPEN_SOURCE_ONLY)
|
2021-12-19 21:09:16 +00:00
|
|
|
add_subdirectory(minecraft-pi)
|
|
|
|
endif()
|
2022-03-12 01:02:38 +00:00
|
|
|
# Zenity (Minimal Build)
|
2022-07-08 04:25:01 +00:00
|
|
|
if(BUILD_NATIVE_COMPONENTS AND NOT MCPI_SERVER_MODE)
|
2022-03-11 05:00:13 +00:00
|
|
|
add_subdirectory(zenity)
|
|
|
|
endif()
|