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:
parent
ccf8a7d4fa
commit
d4efb93c9c
@ -6,7 +6,7 @@ include (${CMAKE_ROOT}/Modules/ExternalProject.cmake)
|
|||||||
include_directories (${CMAKE_BINARY_DIR}/include)
|
include_directories (${CMAKE_BINARY_DIR}/include)
|
||||||
link_directories (${CMAKE_BINARY_DIR}/lib)
|
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.
|
# It's an hack in order to be able to link statically planetblupi on darwin.
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user