split client and server interface

This commit is contained in:
Erik Frojdh
2019-01-23 12:07:44 +01:00
parent 99a1c609f1
commit c3472f295b
5 changed files with 301 additions and 4 deletions

View File

@ -6,6 +6,7 @@ set(SOURCES
src/ClientSocket.cpp
src/DataSocket.cpp
src/ServerSocket.cpp
src/ServerInterface.cpp
)
set(HEADERS
@ -28,6 +29,7 @@ set(PUBLICHEADERS
include/ClientSocket.h
include/DataSocket.h
include/ServerSocket.h
include/ServerInterface.h
)
add_library(slsSupportLib SHARED