rename mongoose.c to mongoose.cpp to force it be compiled as a c++ file (#64)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user