Skip to content

Commit

Permalink
update civetweb
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Dec 6, 2020
1 parent 9c308c7 commit fd6f9bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -137,6 +137,7 @@ target_link_libraries (${PROJECT_NAME} Threads::Threads)
add_library (civetweb STATIC civetweb/src/civetweb.c civetweb/src/CivetServer.cpp)
target_link_libraries (${PROJECT_NAME} civetweb)
target_include_directories(civetweb PUBLIC civetweb/include)
add_definitions(-DOPENSSL_API_1_1)

add_definitions(-DHAVE_JPEG)

Expand Down
2 changes: 1 addition & 1 deletion civetweb
Submodule civetweb updated 289 files

0 comments on commit fd6f9bd

Please sign in to comment.