diff options
Diffstat (limited to 'main/src')
-rw-r--r-- | main/src/main/cpp/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/cpp/CMakeLists.txt b/main/src/main/cpp/CMakeLists.txt index 93539483..bfd06fba 100644 --- a/main/src/main/cpp/CMakeLists.txt +++ b/main/src/main/cpp/CMakeLists.txt @@ -207,7 +207,7 @@ set(openvpn_srcs PREPEND(openvpn_srcs_with_path "openvpn" ${openvpn_srcs}) -add_library(openvpn STATIC ${openvpn_srcs_with_path}) +add_library(openvpn SHARED ${openvpn_srcs_with_path}) target_include_directories(openvpn PRIVATE openvpn-config |