mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-06-01 18:15:31 +00:00
Overhaul cmake configuration, add console api, fix http code that caused issues with cgi-bin
This commit is contained in:
9
examples/echo-platform.cpp
Normal file
9
examples/echo-platform.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "TessesFramework/TessesFramework.hpp"
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
using namespace Tesses::Framework;
|
||||
TF_Init();
|
||||
Console::WriteLine(Tesses::Framework::Platform::Environment::GetPlatform());
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user