From 87ff1a14ed319020b53fbfc3e15ad403dc49a237 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 20 May 2020 13:00:21 +0200 Subject: [PATCH] Move to sf-writer folder --- core-buffer/test/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core-buffer/test/CMakeLists.txt b/core-buffer/test/CMakeLists.txt index 8b2660f..f127886 100644 --- a/core-buffer/test/CMakeLists.txt +++ b/core-buffer/test/CMakeLists.txt @@ -7,11 +7,3 @@ target_link_libraries(core-buffer-tests hdf5_cpp zmq gtest) - -#add_executable(perf-sf_writer perf/perf_WriterH5Writer.cpp) -#target_link_libraries(perf-sf_writer -# core-buffer -# hdf5 -# hdf5_hl -# hdf5_cpp -# gtest)