mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 15:38:41 +01:00
starting to add new Socket interface
This commit is contained in:
@@ -3,6 +3,9 @@ set(SOURCES
|
||||
src/CmdLineParser.cpp
|
||||
src/string_utils.cpp
|
||||
src/file_utils.cpp
|
||||
src/ClientSocket.cpp
|
||||
src/DataSocket.cpp
|
||||
src/ServerSocket.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
@@ -22,6 +25,9 @@ set(PUBLICHEADERS
|
||||
include/MySocketTCP.h
|
||||
include/genericSocket.h
|
||||
include/logger.h
|
||||
include/ClientSocket.h
|
||||
include/DataSocket.h
|
||||
include/ServerSocket.h
|
||||
)
|
||||
|
||||
add_library(slsSupportLib SHARED
|
||||
|
||||
Reference in New Issue
Block a user