diff options
author | Ansariel <none@none> | 2017-04-27 19:19:11 +0200 |
---|---|---|
committer | Ansariel <none@none> | 2017-04-27 19:19:11 +0200 |
commit | b59ac959fcf2f1f0435f965d2c7279f529f1ce5c (patch) | |
tree | dc3383bbb92181483baae1394c93e7fcda534d4b /indra/newview/CMakeLists.txt | |
parent | d65e6e83821bf134805282e5c2ff66f76c819fe6 (diff) |
MAINT-6519 Contribution, adds feature to replace inventory links
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 4241ede365..b4e930d062 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -254,6 +254,7 @@ set(viewer_SOURCE_FILES llfloaterlagmeter.cpp llfloaterland.cpp llfloaterlandholdings.cpp + llfloaterlinkreplace.cpp llfloaterloadprefpreset.cpp llfloatermarketplacelistings.cpp llfloatermap.cpp @@ -876,6 +877,7 @@ set(viewer_HEADER_FILES llfloaterlagmeter.h llfloaterland.h llfloaterlandholdings.h + llfloaterlinkreplace.h llfloaterloadprefpreset.h llfloatermap.h llfloatermarketplacelistings.h |