From d19619fe1f77a7b3e78bec07b5e7f7e8acafaba8 Mon Sep 17 00:00:00 2001 From: Daniel Krebs Date: Mon, 4 Jun 2018 14:15:44 +0200 Subject: [PATCH] tests: cleanup CMakeLists.txt --- fpga/tests/CMakeLists.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/fpga/tests/CMakeLists.txt b/fpga/tests/CMakeLists.txt index c9a1ae24c..00d80dcfa 100644 --- a/fpga/tests/CMakeLists.txt +++ b/fpga/tests/CMakeLists.txt @@ -3,13 +3,10 @@ set(SOURCES fpga.cpp logging.cpp dma.cpp - fifo.cpp -# hls.c -# intc.c - rtds.cpp + fifo.cpp + rtds.cpp timer.cpp -# xsg.c - graph.cpp + graph.cpp ) if(CMAKE_CUDA_COMPILER)