fix(build): build civetweb using cmake and linking to static openssl built by us.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2021-11-11 15:16:46 +01:00
committed by poiana
parent 9d8fc4c8d2
commit 5f1d04ec82
2 changed files with 17 additions and 6 deletions

View File

@@ -108,6 +108,7 @@ if(NOT MINIMAL_BUILD)
"${LIBYAML_LIB}"
"${YAMLCPP_LIB}"
"${CIVETWEB_LIB}"
"${CIVETWEB_CPP_LIB}"
)
endif()