mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
receiver callback rearranging data for mythen302
This commit is contained in:
@ -61,9 +61,20 @@ set_target_properties(slsReceiverShared PROPERTIES
|
||||
PUBLIC_HEADER "${PUBLICHEADERS}"
|
||||
)
|
||||
|
||||
add_executable(slsReceiver
|
||||
src/main.cpp
|
||||
)
|
||||
|
||||
if (SLS_USE_MYTHEN302_CTB_RECEIVER)
|
||||
add_executable(slsReceiver
|
||||
src/mainCustomized.cpp
|
||||
)
|
||||
add_definitions(
|
||||
-DMYTHEN302
|
||||
)
|
||||
else()
|
||||
add_executable(slsReceiver
|
||||
src/main.cpp
|
||||
)
|
||||
endif (SLS_USE_MYTHEN302_CTB_RECEIVER)
|
||||
|
||||
set_target_properties(slsReceiver PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||
)
|
||||
|
Reference in New Issue
Block a user