diff --git a/QCloudMusicApi/CMakeLists.txt b/QCloudMusicApi/CMakeLists.txt index 5a7f8f9..8edc93a 100644 --- a/QCloudMusicApi/CMakeLists.txt +++ b/QCloudMusicApi/CMakeLists.txt @@ -8,6 +8,7 @@ set(CMAKE_AUTORCC ON) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) +set(BUILD_SHARED_LIBS ON) # Provides dependency openssl #find_package(OpenSSL QUIET) if(NOT OPENSSL_FOUND)