From 06e061e6143ba8e2336992fb0ded95ab4a8a094d Mon Sep 17 00:00:00 2001 From: SoapyMan Date: Fri, 20 Nov 2015 10:52:36 +0600 Subject: [PATCH] update cmakelists --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 721f17ee6..2660709a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -393,7 +393,8 @@ set(SOURCES lib/parsers.c lib/context.c lib/alloc.c - lib/header.c) + lib/header.c + lib/file-callbacks.c) if (NOT LWS_WITHOUT_CLIENT) list(APPEND SOURCES