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