diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-03-26 18:21:42 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-26 18:21:42 +0100 |
commit | f3e73c01a1c0c2c1763977b5fa85f3b99322608c (patch) | |
tree | d0167b7ac1118c33245159c30e597dbf5967c407 /dep/gsoap/CMakeLists.txt | |
parent | b97d990deee8f5d1751e60a08cab1f3ea3babe5b (diff) |
Dep/gsoap
* Added httpget and httppost plugins
* Compile with ssl support
Diffstat (limited to 'dep/gsoap/CMakeLists.txt')
-rw-r--r-- | dep/gsoap/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dep/gsoap/CMakeLists.txt b/dep/gsoap/CMakeLists.txt index bdcadf6e4dc..67b451a1b55 100644 --- a/dep/gsoap/CMakeLists.txt +++ b/dep/gsoap/CMakeLists.txt @@ -18,6 +18,14 @@ target_include_directories(gsoap PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) +target_compile_definitions(gsoap + PUBLIC + -DWITH_OPENSSL) + +target_link_libraries(gsoap + PUBLIC + openssl) + set_target_properties(gsoap PROPERTIES FOLDER |