|
|
|
@ -14,5 +14,5 @@ create_target_directory_groups(web_service)
|
|
|
|
|
get_directory_property(OPENSSL_LIBS
|
|
|
|
|
DIRECTORY ${CMAKE_SOURCE_DIR}/externals/libressl
|
|
|
|
|
DEFINITION OPENSSL_LIBS)
|
|
|
|
|
add_definitions(-DCPPHTTPLIB_OPENSSL_SUPPORT)
|
|
|
|
|
target_link_libraries(web_service PUBLIC common json-headers ${OPENSSL_LIBS} httplib lurlparser)
|
|
|
|
|
target_compile_definitions(web_service PUBLIC -DCPPHTTPLIB_OPENSSL_SUPPORT)
|
|
|
|
|
target_link_libraries(web_service PRIVATE common json-headers ${OPENSSL_LIBS} httplib lurlparser)
|
|
|
|
|