diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-07-13 08:19:49 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-07-13 08:19:49 -0700 |
commit | 49b8a1c82d1b12138fa1177db52efa9698c923f5 (patch) | |
tree | ac366f2e7327a15fc92497bca155b86961f5af10 /indra/viewer_components | |
parent | 9c2633cba85f8dae95ff2b748a027dcfb7729848 (diff) |
include manager directory in CMake list
Diffstat (limited to 'indra/viewer_components')
-rw-r--r-- | indra/viewer_components/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/viewer_components/CMakeLists.txt b/indra/viewer_components/CMakeLists.txt index 74c9b4568d..2030afacec 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) |