Thanks to visit codestin.com Credit goes to github.com
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 c14c90d commit 0756800Copy full SHA for 0756800
CMakeLists.txt
@@ -8,11 +8,7 @@ project (ZXingCpp VERSION ${ZXING_VERSION_MAJOR}.${ZXING_VERSION_MINOR}.${ZXING_
8
9
set (ENABLE_ENCODERS ON CACHE BOOL "Check to include encoders")
10
set (ENABLE_DECODERS ON CACHE BOOL "Check to include decoders")
11
-IF (NOT WIN32)
12
-set (BUILD_SHARED_LIBRARY ON CACHE BOOL "Check to build ZXingCore as shared library")
13
-ELSE ()
14
set (BUILD_SHARED_LIBRARY OFF CACHE BOOL "Check to build ZXingCore as shared library")
15
-ENDIF ()
16
17
if (MSVC)
18
set (LINK_CPP_STATICALLY OFF CACHE BOOL "MSVC only, check to link statically standard library (/MT and /MTd)")
0 commit comments