mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-01 10:20:04 +02:00

* WIP * WIP * WIP * cleaned up multi * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * split up python module * WIP * WIP * WIP * WIP * WIP * ok * fixed bugs from rebase * WIP * fixed broken test * WIP * fixed python * WIP * sphinx help * including new commands * docs * WIP * WIP * more tests * added missing public header * WIP
11 lines
645 B
CMake
Executable File
11 lines
645 B
CMake
Executable File
target_sources(tests PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-CmdLineParser.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-container_utils.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-network_utils.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-string_utils.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-Timer.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-sls_detector_defs.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-Sockets.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-FixedCapacityContainer.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-ToString.cpp
|
|
) |