mirror of https://github.com/AxioDL/metaforce.git
Set shared lib option in cmake cache
This commit is contained in:
parent
b975184530
commit
12646ae23d
|
@ -5,8 +5,8 @@ project(urde)
|
|||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
set(BUILD_STATIC_LIBS ON)
|
||||
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Force shared libs off" FORCE)
|
||||
set(BUILD_STATIC_LIBS ON CACHE BOOL "Force static libs on" FORCE)
|
||||
|
||||
if(MSVC)
|
||||
if(${CMAKE_GENERATOR} MATCHES "Visual Studio*")
|
||||
|
|
Loading…
Reference in New Issue