issues
search
pezmaster31
/
bamtools
C++ API & command-line toolkit for working with BAM data
MIT License
418
stars
153
forks
source link
Employ idiomatic CMake option BUILD_SHARED_LIBS for switching library type
#156
Closed
SoapZA
closed
7 years ago
SoapZA
commented
7 years ago
Like bundled libraries, many distributions do not build static libraries as they make security handling harder. The default is still to build the static library, but it can be switched now using the CMake standard variable
BUILD_SHARED_LIBS
.
BUILD_SHARED_LIBS
.