wip done with md5

This commit is contained in:
2021-09-07 16:33:52 +02:00
parent b7f694142a
commit 664c2ca80f
14 changed files with 135 additions and 76 deletions

View File

@ -11,11 +11,13 @@ add_executable(gotthardDetectorServer_virtual
../slsDetectorServer/src/commonServerFunctions.c
../slsDetectorServer/src/communication_funcs_UDP.c
../slsDetectorServer/src/sharedMemory.c
../../slsSupportLib/opensslMd5/md5.c
)
include_directories(
../slsDetectorServer/include
../../slsSupportLib/include
../../slsSupportLib/opensslMd5
)
target_include_directories(gotthardDetectorServer_virtual