cmake: added BUILD_SHARED_LIBS option (#313)
This commit is contained in:
parent
e0341da07b
commit
2faa186e62
@ -20,6 +20,7 @@ set (CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
|
|||||||
option (WITH_GFLAGS "Use gflags" ON)
|
option (WITH_GFLAGS "Use gflags" ON)
|
||||||
option (WITH_THREADS "Enable multithreading support" ON)
|
option (WITH_THREADS "Enable multithreading support" ON)
|
||||||
option (WITH_TLS "Enable Thread Local Storage (TLS) support" ON)
|
option (WITH_TLS "Enable Thread Local Storage (TLS) support" ON)
|
||||||
|
option (BUILD_SHARED_LIBS "Build shared libraries" OFF)
|
||||||
|
|
||||||
list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
|
list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user