mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-05 20:30:03 +02:00

* WIP * WIP * WIP * WIP * config2 working * removed slsDetectorCommand * WIP * added test file * more tests
11 lines
482 B
CMake
Executable File
11 lines
482 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-multiSlsDetectorClient.cpp
|
|
# TODO! Migrate tests!
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdProxy.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-Result.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdLineParser.cpp
|
|
)
|
|
|
|
target_include_directories(tests PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../src>") |