From a245108a28607541e6f2ebdd5cac10bfe9d23f41 Mon Sep 17 00:00:00 2001 From: James Wise Date: Tue, 7 Feb 2017 09:37:56 +1100 Subject: [PATCH] Revert to original code as per master branch. I should have never made changes to this file, not sure how they slipped in. --- modules/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2