mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-25 17:30:42 +02:00
Cleanup writer
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include <cstddef>
|
||||
#include <formats.hpp>
|
||||
#include <chrono>
|
||||
#include "store_format.hpp"
|
||||
|
||||
#ifndef SF_DAQ_BUFFER_FRAMESTATS_HPP
|
||||
#define SF_DAQ_BUFFER_FRAMESTATS_HPP
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
add_executable(jf-live-writer-tests main.cpp)
|
||||
add_executable(std-det-writer-tests main.cpp)
|
||||
|
||||
target_link_libraries(jf-live-writer-tests
|
||||
jf-live-writer-lib
|
||||
target_link_libraries(std-det-writer-tests
|
||||
std-det-writer-lib
|
||||
zmq
|
||||
rt
|
||||
gtest
|
||||
|
||||
Reference in New Issue
Block a user