Add build info to main.cpp
This commit is contained in:
@@ -8,6 +8,11 @@
|
|||||||
#include <sstp/clientsocketsender.hpp>
|
#include <sstp/clientsocketsender.hpp>
|
||||||
#include <sstp/sstp.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 handleServer(Block<String> &commands); // handler for server mode
|
||||||
void handleClient(Block<String> &commands); // handler for client mode
|
void handleClient(Block<String> &commands); // handler for client mode
|
||||||
bool registerSignalHandler(void); // registers a Control-c handler
|
bool registerSignalHandler(void); // registers a Control-c handler
|
||||||
|
|||||||
Reference in New Issue
Block a user