We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719a932 commit 037a612Copy full SHA for 037a612
CMakeLists.txt
@@ -13,6 +13,11 @@ include(GNUInstallDirs)
13
include(CMakePackageConfigHelpers)
14
include(sources.cmake)
15
16
+#-----------------------------------------------------------------------------
17
+# Options
18
19
+option(BUILD_SHARED_LIBS "Build shared library" FALSE)
20
+
21
#-----------------------------------------------------------------------------
22
# library target
23
0 commit comments