Fix build

This commit is contained in:
2020-04-24 15:06:46 +02:00
parent c056ae2db6
commit 28e1ef79d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ struct DetectorFrame
{
// Ring buffer needed data.
size_t buffer_slot_index;
const size_t frame_bytes_size = 2*32*512*1024;
size_t frame_bytes_size = 2*32*512*1024;
uint64_t pulse_id;
uint64_t frame_index;
+1 -1
View File
@@ -56,7 +56,7 @@ target_link_libraries(sf-replay
boost_system
pthread)
add_executable(sf-writer src/sf_replay.cpp)
add_executable(sf-writer src/sf_writer.cpp)
set_target_properties(sf-writer PROPERTIES OUTPUT_NAME sf_writer)
target_link_libraries(sf-writer