Skip to content

MisterTea/EternalTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EternalTCP

Re-Connectable TCP connection

Run the following Git commands

git submodule update --init --recursive

GTest

To build google tests run the following

cd build/
cmake ../ -DBUILD_TEST=1
make