Overhaul cmake configuration, add console api, fix http code that caused issues with cgi-bin
Some checks failed
Build and Deploy on Tag / 🔨 Build for Arch Linux/Static Builds (push) Successful in 1m11s
Build and Deploy on Tag / 🔨 Build win32 and update the tap 🍺 (push) Failing after 1m6s

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

@@ -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;