Overhaul cmake configuration, add console api, fix http code that caused issues with cgi-bin

This commit is contained in:
2026-05-27 04:04:39 -05:00
parent 9288859af5
commit 4aef8c0c1a
5 changed files with 19 additions and 8 deletions

View File

@@ -19,8 +19,10 @@
#pragma once
#include "../Streams/Stream.hpp"
#include "HttpUtils.hpp"
// clang-format off
#include "TessesFramework/Filesystem/LocalFS.hpp"
#include "TessesFramework/Filesystem/VFSFix.hpp"
// clang-format on
#include "WebSocket.hpp"
namespace Tesses::Framework::Http {

View File

@@ -17,8 +17,10 @@
*/
#pragma once
// clang-format off
#include "TessesFramework/Filesystem/LocalFS.hpp"
#include "TessesFramework/Filesystem/VFSFix.hpp"
// clang-format on
#include <optional>
namespace Tesses::Framework::Platform::Environment {
extern const char EnvPathSeperator;