diff options
| author | PancakeTAS <pancake@mgnet.work> | 2026-06-13 15:06:42 +0200 |
|---|---|---|
| committer | PancakeTAS <pancake@mgnet.work> | 2026-06-14 16:26:38 +0200 |
| commit | a2648ed62a35f044cf8d91902dddff2cc833b916 (patch) | |
| tree | b96e59e96f067699d943acd3802e9419aa9500bf /CMakeLists.txt | |
| parent | feat: Implement peer-to-peer(ish) socket handshake (diff) | |
feat: Implement min-heap data structure
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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") |
