chore: set default BUILD_SHARED_LIBS to OFF

This commit is contained in:
leejet 2023-10-22 14:59:03 +08:00
parent 69e54ace14
commit 09cab2a2ae

View File

@ -24,6 +24,7 @@ endif()
# general
#option(SD_BUILD_TESTS "sd: build tests" ${SD_STANDALONE})
option(SD_BUILD_EXAMPLES "sd: build examples" ${SD_STANDALONE})
option(BUILD_SHARED_LIBS "sd: build shared libs" OFF)
#option(SD_BUILD_SERVER "sd: build server example" ON)