mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-03 00:24:57 +01:00
moved md5 to slsSupportlib, added md5_helper.c
This commit is contained in:
@@ -5,7 +5,6 @@ set(SOURCES
|
||||
src/CmdProxy.cpp
|
||||
src/CmdParser.cpp
|
||||
src/Pattern.cpp
|
||||
../slsSupportLib/opensslMd5/md5.c
|
||||
)
|
||||
|
||||
add_library(slsDetectorObject OBJECT
|
||||
@@ -14,7 +13,6 @@ add_library(slsDetectorObject OBJECT
|
||||
|
||||
target_include_directories(slsDetectorObject PUBLIC
|
||||
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
|
||||
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../slsSupportLib/opensslMd5>"
|
||||
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>"
|
||||
)
|
||||
|
||||
@@ -36,7 +34,6 @@ set(PUBLICHEADERS
|
||||
include/sls/Detector.h
|
||||
include/sls/Result.h
|
||||
include/sls/Pattern.h
|
||||
../slsSupportLib/opensslMd5/md5.h
|
||||
)
|
||||
|
||||
#Shared library
|
||||
|
||||
Reference in New Issue
Block a user