From 8cdd0f4551e6d3d22c4fc753fb20e82918a43090 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:02:23 +0900 Subject: Resolved #42 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 89ea260..f5ff1d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ project(TgBot) ### options option(ENABLE_TESTS "Set to ON to enable building of tests" OFF) +option(BUILD_SHARED_LIBS "Build tgbot-cpp shared/static library." OFF) ### sources set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall") -- cgit v1.2.3