From d8eab8455b0ead4a1e9733d97c3451019a93d15c Mon Sep 17 00:00:00 2001 From: Pascal Bauer Date: Mon, 26 Aug 2024 13:06:07 +0200 Subject: [PATCH] add to cmake --- fpga/lib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fpga/lib/CMakeLists.txt b/fpga/lib/CMakeLists.txt index e25ded1a8..e0f095f71 100644 --- a/fpga/lib/CMakeLists.txt +++ b/fpga/lib/CMakeLists.txt @@ -8,6 +8,7 @@ set(SOURCES vlnv.cpp card.cpp pcie_card.cpp + platform_card.cpp core.cpp node.cpp utils.cpp @@ -29,6 +30,7 @@ set(SOURCES ips/i2c.cpp ips/register.cpp ips/axis_cache.cpp + ips/zynq.cpp ips/rtds2gpu/rtds2gpu.cpp ips/rtds2gpu/xrtds2gpu.c