updated make files for virtual to have correct md5 path

This commit is contained in:
2021-09-16 16:38:42 +02:00
parent 7fd174c21e
commit b924723082
15 changed files with 22 additions and 29 deletions

View File

@ -15,14 +15,13 @@ add_executable(moenchDetectorServer_virtual
../slsDetectorServer/src/programFpgaBlackfin.c
../slsDetectorServer/src/loadPattern.c
../slsDetectorServer/src/sharedMemory.c
../../slsSupportLib/opensslMd5/md5.c
../../slsSupportLib/src/md5.c
)
include_directories(
../slsDetectorServer/include
../../slsSupportLib/include
../../slsDetectorSoftware/include/sls/
../../slsSupportLib/opensslMd5
)
target_include_directories(moenchDetectorServer_virtual