diff options
author | Oz Linden <oz@lindenlab.com> | 2014-11-21 18:09:12 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-11-21 18:09:12 -0500 |
commit | 680194deaf7a35caaa629abc16e886d71baff636 (patch) | |
tree | 187ab1b92cf86e320f3a6a0f5d8237546b98798e /indra/newview/CMakeLists.txt | |
parent | 6df6aef62176328c3b0fafa43fd611d4e25ef35c (diff) |
automate keeping the About SL -> Licenses tab correct
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index f5a04a49d0..0905ae7a73 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -5,6 +5,7 @@ project(viewer) include(00-Common) include(Boost) include(BuildVersion) +include(BuildPackagesInfo) include(DBusGlib) include(DirectX) include(OpenSSL) @@ -1583,6 +1584,7 @@ set(viewer_APPSETTINGS_FILES app_settings/viewerart.xml ${CMAKE_SOURCE_DIR}/../etc/message.xml ${CMAKE_SOURCE_DIR}/../scripts/messages/message_template.msg + packages-info.txt ) source_group("App Settings" FILES ${viewer_APPSETTINGS_FILES}) |