diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-03-30 11:41:29 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-03-30 11:41:29 -0700 |
commit | e48c70392cffb047c7471221b7c6fcbf32d41d06 (patch) | |
tree | 89ca138fd83779549203e84179628fb66ed1ab1c /indra/newview/CMakeLists.txt | |
parent | 5a5c023e291990a463b1a91846ce82c70da8daab (diff) |
SL-321: prototype python launcher
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 05483c4608..3056b5d749 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2051,6 +2051,8 @@ endif (LINUX) if (DARWIN) # These all get set with PROPERTIES set(product "Second Life") + # this is the setting for the Python wrapper, see SL-322 and WRAPPER line in Info-SecondLife.plist + set(MACOSX_WRAPPER_EXECUTABLE_NAME "SL_Launcher") set(MACOSX_BUNDLE_INFO_STRING "Second Life Viewer") set(MACOSX_BUNDLE_ICON_FILE "secondlife.icns") set(MACOSX_BUNDLE_GUI_IDENTIFIER "com.secondlife.indra.viewer") |