mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 10:22:22 +02:00
39d714f538
This service reconstructs the various modules and sends out a image metadata stream for further consumers.
8 lines
136 B
CMake
8 lines
136 B
CMake
add_executable(jf-assembler-tests main.cpp)
|
|
|
|
target_link_libraries(jf-assembler-tests
|
|
jf-assembler-lib
|
|
gtest
|
|
)
|
|
|