Networking Initial
This commit is contained in:
parent
df3767df29
commit
8e00882bb3
6 changed files with 178 additions and 86 deletions
11
Storage/applications/CMakeLists.txt
Normal file
11
Storage/applications/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
project(Applications)
|
||||
|
||||
### ---------------------- Applications --------------------- ###
|
||||
add_executable(Server ./Server.cpp)
|
||||
add_executable(Client ./Client.cpp)
|
||||
|
||||
include_directories(Client ./../../Externals/asio/asio/include)
|
||||
include_directories(Server ./../../Externals/asio/asio/include)
|
||||
Loading…
Add table
Add a link
Reference in a new issue