X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FCMakeLists.txt;h=5b66ec024b072c50cd2941ca241e2df23f27aa4d;hb=bafc03f4ed7ed9ff1b3fb24874dc8a4a6d58e605;hp=cdfc10bdd634c1d5cce1500baf0ed01c07795b58;hpb=2421926e573603541ecb63b1d399a28b8c4b2a6c;p=bamtools.git diff --git a/src/api/CMakeLists.txt b/src/api/CMakeLists.txt index cdfc10b..5b66ec0 100644 --- a/src/api/CMakeLists.txt +++ b/src/api/CMakeLists.txt @@ -34,7 +34,7 @@ set( BamToolsAPISources # create main BamTools API shared library add_library( BamTools SHARED ${BamToolsAPISources} ) set_target_properties( BamTools PROPERTIES - SOVERSION "2.1.0" + SOVERSION "2.2.0" OUTPUT_NAME "bamtools" ) # create main BamTools API static library @@ -43,7 +43,7 @@ set_target_properties( BamTools-static PROPERTIES OUTPUT_NAME "bamtools" PREFIX "lib" ) -# link libraries with zlib automatically +# link libraries automatically with zlib (and Winsock2, if applicable) if( _WIN32 ) set( APILibs z ws2_32 ) else( _WIN32 )