Add build info to main.cpp

This commit is contained in:
2025-11-03 16:45:34 -05:00
parent f7facd3319
commit 9abd4b195b

View File

@@ -8,6 +8,11 @@
#include <sstp/clientsocketsender.hpp>
#include <sstp/sstp.hpp>
// To Clean: From the top menu choose "View", "Command Palette", Then choose CMake: Clean OR /usr/bin/cmake --build /home/pi/CPP/sstp/build --config Debug --target clean --
// To Build: From the top menu choose "View", "Command Palette", Then choose CMake: Build OR /usr/bin/cmake --build /home/pi/CPP/sstp/build --config Debug --target all --
// Output will be here. /home/pi/CPP/sstp/build
void handleServer(Block<String> &commands); // handler for server mode
void handleClient(Block<String> &commands); // handler for client mode
bool registerSignalHandler(void); // registers a Control-c handler