Loading .gitignore +4 −0 Original line number Diff line number Diff line Loading @@ -11,3 +11,7 @@ CTestTestfile.cmake _deps node_modules .vscode */build/* EtsiServerGen/* !*/CMakeLists.txt !*/.openapi-generator-ignore EtsiServerImpl/README.md 0 → 100644 +22 −0 Original line number Diff line number Diff line # WORLD STORAGE CPP SERVER (PISTACHE) ## Description This folder contains the source files for a basic implementation of the library you just created ## Requirements - Boost - Pistache - a cpp compiler ## Code usage Once you are in this directory, to build and execute the server, use the following commands: mkdir -p build cd build cmake .. make ./HackPistacheServ EtsiServerImpl/src/WorldStoragedeleted 100644 → 0 +0 −0 Empty file deleted. Loading
.gitignore +4 −0 Original line number Diff line number Diff line Loading @@ -11,3 +11,7 @@ CTestTestfile.cmake _deps node_modules .vscode */build/* EtsiServerGen/* !*/CMakeLists.txt !*/.openapi-generator-ignore
EtsiServerImpl/README.md 0 → 100644 +22 −0 Original line number Diff line number Diff line # WORLD STORAGE CPP SERVER (PISTACHE) ## Description This folder contains the source files for a basic implementation of the library you just created ## Requirements - Boost - Pistache - a cpp compiler ## Code usage Once you are in this directory, to build and execute the server, use the following commands: mkdir -p build cd build cmake .. make ./HackPistacheServ