mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 08:10:26 +02:00
Restore Android support
This commit is contained in:
@ -9,7 +9,9 @@ set(IRRLICHT_VERSION_RELEASE 0)
|
||||
set(VERSION "${IRRLICHT_VERSION_MAJOR}.${IRRLICHT_VERSION_MINOR}.${IRRLICHT_VERSION_RELEASE}")
|
||||
message(STATUS "*** Building Irrlicht ${VERSION} ***")
|
||||
|
||||
if(APPLE)
|
||||
if(ANDROID)
|
||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib/Android)
|
||||
elseif(APPLE)
|
||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib/OSX)
|
||||
elseif(WIN32)
|
||||
# good enough
|
||||
|
Reference in New Issue
Block a user