mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
Negate BUILD_SHARED_LIBS
This commit is contained in:
parent
25a04acf11
commit
16840aa123
@ -47,7 +47,7 @@ if (WIN32)
|
|||||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
|
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
if(NOT BUILD_SHARED_LIBS)
|
||||||
add_definitions(-DGLIBMM_STATIC_LIB -DGIOMM_STATIC_LIB)
|
add_definitions(-DGLIBMM_STATIC_LIB -DGIOMM_STATIC_LIB)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user