1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Use an option as suggested by @krzys-h with the Android MR

This commit is contained in:
Mathieu Schroeter 2018-06-08 10:31:50 +02:00
parent ccf8a7d4fa
commit d4efb93c9c

View File

@ -6,7 +6,7 @@ include (${CMAKE_ROOT}/Modules/ExternalProject.cmake)
include_directories (${CMAKE_BINARY_DIR}/include)
link_directories (${CMAKE_BINARY_DIR}/lib)
set (STATIC_BUILD true)
option (STATIC_BUILD "Build Planet Blupi statically" ON)
# It's an hack in order to be able to link statically planetblupi on darwin.
if (APPLE)