libblepp
libblepp copied to clipboard
honor BUILD_SHARED_LIBS on CMakeLists.txt
this change will allow the user to choose which type of library he wants to generate
cmake -DBUILD_SHARED_LIBS=ON ... will create a shared library cmake -DBUILD_SHARED_LIBS=OFF ... will create a static library