mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-30 18:00:05 +02:00
18 lines
908 B
CMake
Executable File
18 lines
908 B
CMake
Executable File
target_sources(tests PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-SharedMemory.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-slsDetector.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdProxy.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdProxy-rx.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdProxy-eiger.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdProxy-jungfrau.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdProxy-mythen3.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdProxy-gotthard2.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdProxy-gotthard.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdProxy-chiptestboard.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdProxy-moench.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdProxy-global.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-Result.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdParser.cpp
|
|
)
|
|
|
|
target_include_directories(tests PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../src>") |