]> gitweb.hhaalo.de Git - discspan.git/commitdiff
change: add option shared libs on
authorBastian Dehn <hhaalo@arcor.de>
Sat, 14 Aug 2021 06:40:21 +0000 (08:40 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 14 Aug 2021 06:40:21 +0000 (08:40 +0200)
libs/spandisc/CMakeLists.txt

index e83d07fc21d233dc227d44367df32e67f1deba11..09f92c1751dbc5d1ef0d94aaeaa4a56ccc483232 100644 (file)
@@ -5,6 +5,8 @@ set(INSTALL_HEADER /usr/local/include/spandisc)
 
 project(spandisc)
 
+option(BUILD_SHARED_LIBS "Build static library" ON)
+
 file(GLOB SOURCES src/*.c)
 file(GLOB PUBLIC_HEADER include/*.h)
 include_directories(include)