This commit is contained in:
ackimixs
2024-03-21 18:29:07 +01:00
parent d2a7985813
commit 9bac5ca34a
6 changed files with 204 additions and 55 deletions

View File

@@ -3,10 +3,6 @@ project(socketServer)
set(CMAKE_CXX_STANDARD 17)
find_package(PkgConfig REQUIRED)
pkg_check_modules(TCPSocket REQUIRED TCPSocket)
add_executable(socketServer main.cpp
ModelecServer.cpp
ModelecServer.h)
target_link_libraries(socketServer TCPSocket)
TCPServer.cpp
TCPServer.h)