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)