diff --git a/CMakeLists.txt b/CMakeLists.txt index c499e21..bade7ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,7 @@ endif() # Global build options. set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.") +option(BUILD_SHARED_LIBS "Build shared libraries." YES) # Needed for boost. project (mastorss VERSION 0.13.0