summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPancakeTAS <pancake@mgnet.work>2026-06-13 15:06:42 +0200
committerPancakeTAS <pancake@mgnet.work>2026-06-14 16:26:38 +0200
commita2648ed62a35f044cf8d91902dddff2cc833b916 (patch)
treeb96e59e96f067699d943acd3802e9419aa9500bf /CMakeLists.txt
parentfeat: Implement peer-to-peer(ish) socket handshake (diff)
feat: Implement min-heap data structure
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 750d7b6..68a9b98 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,6 +8,7 @@ project(mpu
include(cmake/Diagnostics.cmake)
add_executable(mpu
+ "src/heap.c"
"src/p2p.c"
"src/main.c")