Skip to content
Snippets Groups Projects
Commit 2f95d28c authored by Matus Novak's avatar Matus Novak
Browse files

Fixing libui building instructions

parent 816f84b9
No related branches found
No related tags found
No related merge requests found
Pipeline #9673 failed
......@@ -55,7 +55,7 @@ ExternalProject_Add(libui
DOWNLOAD_COMMAND ""
SOURCE_DIR ${CMAKE_SOURCE_DIR}/libs/libui-cmake
CMAKE_ARGS -DLIBUI_BUILD_EXAMPLES=OFF -DLIBUI_BUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=MinSizeRel
BUILD_COMMAND cmake --build .
BUILD_COMMAND cmake --build . --config MinSizeRel
INSTALL_COMMAND ""
TEST_COMMAND ""
)
......
......@@ -3,6 +3,8 @@
#include <rew/decoder/http_server.h>
#include <rew/common/tokenizer.h>
// These codes and names are extracted from:
// https://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html
static const std::unordered_map<int, std::string> statusCodes = {
{100, "Continue"},
{101, "Switching Protocols"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment