working draft of tcp_connection
This commit is contained in:
parent
759b7d4333
commit
11aa11903e
4 changed files with 92 additions and 47 deletions
|
|
@ -7,7 +7,10 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
|
|||
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
|
||||
add_executable(Application src/main.cpp)
|
||||
include_directories(${PROJECT_SOURCE_DIR}/includes)
|
||||
add_executable(Application src/main.cpp
|
||||
src/tcp_connection.cpp
|
||||
)
|
||||
|
||||
find_package(Boost REQUIRED COMPONENTS filesystem system)
|
||||
|
||||
|
|
|
|||
Reference in a new issue