From 3300e7b2cd24efecaebb60f9c4eb38cc269e246c Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Sun, 27 Oct 2024 10:39:16 +0100 Subject: [PATCH] fpga: Add axis_cache.cpp to CMakeLists.txt Signed-off-by: Niklas Eiling --- fpga/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fpga/lib/CMakeLists.txt b/fpga/lib/CMakeLists.txt index bc7fd9208..e25ded1a8 100644 --- a/fpga/lib/CMakeLists.txt +++ b/fpga/lib/CMakeLists.txt @@ -28,6 +28,7 @@ set(SOURCES ips/timer.cpp ips/i2c.cpp ips/register.cpp + ips/axis_cache.cpp ips/rtds2gpu/rtds2gpu.cpp ips/rtds2gpu/xrtds2gpu.c