diff options
author | MartinRJ Fayray <fuerholz@gmx.net> | 2012-09-19 00:49:34 +0200 |
---|---|---|
committer | MartinRJ Fayray <fuerholz@gmx.net> | 2012-09-19 00:49:34 +0200 |
commit | 005cd4024794752e0cd57714656f76a8208d3105 (patch) | |
tree | 1120a397d7079076e344f27b4443e895ef425542 /indra/newview/CMakeLists.txt | |
parent | 46a8d67a906e9aa6c28752a0b25650fdd566e477 (diff) |
STORM-1911: Go-to line function for the internal LSL script editor
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | 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 c0a252637f..eb2d220bce 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -202,6 +202,7 @@ set(viewer_SOURCE_FILES llfloaterfonttest.cpp llfloatergesture.cpp llfloatergodtools.cpp + llfloatergotoline.cpp llfloatergroupinvite.cpp llfloatergroups.cpp llfloaterhandler.cpp @@ -778,6 +779,7 @@ set(viewer_HEADER_FILES llfloaterfonttest.h llfloatergesture.h llfloatergodtools.h + llfloatergotoline.h llfloatergroupinvite.h llfloatergroups.h llfloaterhandler.h |