From 49b8a1c82d1b12138fa1177db52efa9698c923f5 Mon Sep 17 00:00:00 2001
From: Glenn Glazer <coyot@lindenlab.com>
Date: Wed, 13 Jul 2016 08:19:49 -0700
Subject: [PATCH] include manager directory in CMake list

---
 indra/viewer_components/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/viewer_components/CMakeLists.txt b/indra/viewer_components/CMakeLists.txt
index 74c9b4568d9..2030afacecc 100644
--- a/indra/viewer_components/CMakeLists.txt
+++ b/indra/viewer_components/CMakeLists.txt
@@ -2,3 +2,4 @@
 
 add_subdirectory(login)
 add_subdirectory(updater)
+add_subdirectory(manager)
-- 
GitLab