From: James Wise Date: Mon, 6 Feb 2017 22:37:56 +0000 (+1100) Subject: Revert to original code as per master branch. I should have never made changes to... X-Git-Tag: 2.1.0_Beta2~48^2^2~14 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a245108a28607541e6f2ebdd5cac10bfe9d23f41;p=casparcg Revert to original code as per master branch. I should have never made changes to this file, not sure how they slipped in. --- diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index cd1571e2e..72710af37 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -1,6 +1,7 @@ cmake_minimum_required (VERSION 2.6) project ("modules") +add_subdirectory(reroute) add_subdirectory(ffmpeg) add_subdirectory(oal)