libblepp icon indicating copy to clipboard operation
libblepp copied to clipboard

honor BUILD_SHARED_LIBS on CMakeLists.txt

Open ycdtosa opened this issue 1 year ago • 0 comments

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

ycdtosa avatar Oct 18 '23 13:10 ycdtosa