From cefc8dc88d6fc90cedff075208c038b92bcc5bfb Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 2 Oct 2018 13:48:23 +0200 Subject: [PATCH] Fixed CMakeLists header for MistOutHTTP --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ed81542..728c8972 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -364,6 +364,7 @@ makeOutput(HLS hls http ts) makeOutput(EBML ebml) add_executable(MistOutHTTP + ${BINARY_DIR}/mist/.headers src/output/mist_out.cpp src/output/output.cpp src/output/output_http.cpp