mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 10:30:41 +02:00
more headers
This commit is contained in:
parent
3d0d86eb19
commit
a3293f4335
@ -60,24 +60,24 @@ add_library(slsDetectorShared SHARED
|
||||
)
|
||||
|
||||
set(PUBLICHEADERS
|
||||
commonFiles/sls_detector_defs.h
|
||||
commonFiles/sls_detector_funcs.h
|
||||
commonFiles/error_defs.h
|
||||
slsDetector/slsDetectorUtils.h
|
||||
slsDetector/slsDetector.h
|
||||
slsDetector/slsDetectorActions.h
|
||||
slsDetector/slsDetectorBase.h
|
||||
slsDetector/slsDetectorUsers.h
|
||||
slsDetectorAnalysis/postProcessing.h
|
||||
slsDetectorAnalysis/detectorData.h
|
||||
slsDetectorAnalysis/angularConversion.h
|
||||
slsDetectorAnalysis/angularConversionStatic.h
|
||||
slsDetectorAnalysis/angleConversionConstant.h
|
||||
slsDetectorAnalysis/badChannelCorrections.h
|
||||
slsDetectorAnalysis/energyConversion.h
|
||||
slsDetectorAnalysis/fileIO.h
|
||||
slsDetectorAnalysis/fileIOStatic.h
|
||||
multiSlsDetector/multiSlsDetector.h
|
||||
commonFiles/sls_detector_defs.h
|
||||
commonFiles/sls_detector_funcs.h
|
||||
commonFiles/error_defs.h
|
||||
slsDetector/slsDetectorUtils.h
|
||||
slsDetector/slsDetector.h
|
||||
slsDetector/slsDetectorActions.h
|
||||
slsDetector/slsDetectorBase.h
|
||||
slsDetector/slsDetectorUsers.h
|
||||
slsDetectorAnalysis/postProcessing.h
|
||||
slsDetectorAnalysis/detectorData.h
|
||||
slsDetectorAnalysis/angularConversion.h
|
||||
slsDetectorAnalysis/angularConversionStatic.h
|
||||
slsDetectorAnalysis/angleConversionConstant.h
|
||||
slsDetectorAnalysis/badChannelCorrections.h
|
||||
slsDetectorAnalysis/energyConversion.h
|
||||
slsDetectorAnalysis/fileIO.h
|
||||
slsDetectorAnalysis/fileIOStatic.h
|
||||
multiSlsDetector/multiSlsDetector.h
|
||||
|
||||
)
|
||||
set_target_properties(slsDetectorShared PROPERTIES
|
||||
|
@ -61,10 +61,20 @@ add_library(slsReceiverShared SHARED
|
||||
${SOURCES}
|
||||
${HEADERS}
|
||||
)
|
||||
|
||||
set(PUBLICHEADERS
|
||||
include/sls_receiver_defs.h
|
||||
include/ansi.h
|
||||
include/sls_receiver_funcs.h
|
||||
include/MySocketTCP.h
|
||||
|
||||
)
|
||||
|
||||
|
||||
set_target_properties(slsReceiverShared PROPERTIES
|
||||
LIBRARY_OUTPUT_NAME SlsReceiver
|
||||
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||
PUBLIC_HEADER "include/sls_receiver_defs.h;include/ansi.h;include/sls_receiver_funcs.h"
|
||||
PUBLIC_HEADER "${PUBLICHEADERS}"
|
||||
)
|
||||
|
||||
add_executable(slsReceiver
|
||||
|
Loading…
x
Reference in New Issue
Block a user