rename mongoose.c to mongoose.cpp to force it be compiled as a c++ file (#64)

This commit is contained in:
morningman
2017-09-01 18:00:34 +08:00
committed by Zhao Chun
parent 6ec8e6e1a3
commit 0d05ff90dc
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ set(LIBRARY_OUTPUT_PATH "${BUILD_DIR}/src/http")
set(EXECUTABLE_OUTPUT_PATH "${BUILD_DIR}/src/http")
add_library(Webserver STATIC
mongoose.c
mongoose.cpp
webserver.cpp
download_action.cpp
http_headers.cpp