Skip to content

Commit b37965b

Browse files
committed
cmake
1 parent 1a3c8e4 commit b37965b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set(CMAKE_CXX_STANDARD 14)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
66
set(CMAKE_CXX_EXTENSIONS OFF)
77
option(BUILD_EXAMPLE "Build example" ON)
8+
option(BUILD_SHARED_LIBS "Build shared library" OFF)
89

910
if(MSVC)
1011
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4")

0 commit comments

Comments
 (0)