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

* added FixedCapacityContainer * added empty to FixedCapacityContainer * removed commented out section * added FixedCapacityContainer to public headers
11 lines
652 B
CMake
Executable File
11 lines
652 B
CMake
Executable File
target_sources(tests PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-ClientInterface.cpp
|
|
${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
|
|
) |