We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0796bdb commit 0ce345cCopy full SHA for 0ce345c
.gitignore
@@ -0,0 +1,3 @@
1
+/_build
2
+/amalgamation
3
+/bin
CMakeLists.txt
@@ -41,7 +41,7 @@ option(BUILD_EXAMPLES "Build examples" ${MINIZ_STANDALONE_PROJECT})
41
option(BUILD_FUZZERS "Build fuzz targets" OFF)
42
option(AMALGAMATE_SOURCES "Amalgamate sources into miniz.h/c" OFF)
43
option(BUILD_HEADER_ONLY "Build a header-only version" OFF)
44
-option(BUILD_SHARED_LIBS "Build shared library instead of static" ON)
+option(BUILD_SHARED_LIBS "Build shared library instead of static" OFF)
45
option(INSTALL_PROJECT "Install project" ${MINIZ_STANDALONE_PROJECT})
46
47
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/bin)
0 commit comments