Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6983977d..5c02b93d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,6 +28,7 @@ add_library(tcf STATIC
framework/json.c
framework/mdep.c
framework/myalloc.c
+ framework/outputbuf.c
framework/peer.c
framework/plugins.c
framework/protocol.c

Back to the top