summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPancakeTAS <pancake@mgnet.work>2026-06-13 15:18:14 +0200
committerPancakeTAS <pancake@mgnet.work>2026-06-14 16:26:40 +0200
commit4ed4b809bc6198a7c2f5cdff74dac90fec8bd1bf (patch)
tree01af5b8eb3f71944e82f0ea25ed2d9bf22cd599a /CMakeLists.txt
parentfeat: Implement min-heap data structure (diff)
feat: Implement two-path UDP context
Nearly complete implementation reaching ~19 Gbps on my system
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68a9b98..0820f7e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,6 +9,7 @@ include(cmake/Diagnostics.cmake)
add_executable(mpu
"src/heap.c"
+ "src/mpu.c"
"src/p2p.c"
"src/main.c")