Move sf_writer to sf-buffer

This commit is contained in:
2020-04-24 14:43:32 +02:00
parent d7dcfec8f6
commit 2033241fee
4 changed files with 15 additions and 1 deletions
+14
View File
@@ -56,5 +56,19 @@ target_link_libraries(sf-replay
boost_system
pthread)
add_executable(sf-writer src/sf_replay.cpp)
set_target_properties(sf-writer PROPERTIES OUTPUT_NAME sf_writer)
target_link_libraries(sf-writer
core-buffer
core-writer
external
zmq
hdf5
hdf5_hl
hdf5_cpp
boost_system
pthread)
enable_testing()
add_subdirectory(test/)
@@ -114,7 +114,7 @@ int main (int argc, char *argv[])
{
if (argc != 4) {
cout << endl;
cout << "Usage: sf_h5_writer ";
cout << "Usage: sf_writer ";
cout << " [output_file] [start_pulse_id] [stop_pulse_id]";
cout << endl;
cout << "\toutput_file: Complete path to the output file." << endl;