mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
client stage2 ongoing, utils removed but not compile ready; left to do imod for every multi, connect client to multi
This commit is contained in:
@ -14,6 +14,7 @@ set(SOURCES
|
||||
src/DataProcessor.cpp
|
||||
src/DataStreamer.cpp
|
||||
src/Fifo.cpp
|
||||
../commonFiles/utilities.cpp
|
||||
)
|
||||
|
||||
|
||||
@ -64,13 +65,14 @@ add_library(slsReceiverShared SHARED
|
||||
)
|
||||
|
||||
set(PUBLICHEADERS
|
||||
../commonfiles/sls_receiver_defs.h
|
||||
../commonfiles/ansi.h
|
||||
../commonfiles/sls_receiver_funcs.h
|
||||
../commonfiles/MySocketTCP.h
|
||||
../commonfiles/genericSocket.h
|
||||
../commonfiles/logger.h
|
||||
../commonfiles/sls_receiver_exceptions.h
|
||||
../commonFiles/sls_receiver_defs.h
|
||||
../commonFiles/ansi.h
|
||||
../commonFiles/sls_receiver_funcs.h
|
||||
../commonFiles/MySocketTCP.h
|
||||
../commonFiles/genericSocket.h
|
||||
../commonFiles/logger.h
|
||||
../commonFiles/sls_receiver_exceptions.h
|
||||
../commonFiles/utilities.h
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user