diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-08-14 14:40:43 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-08-14 14:40:43 -0400 |
commit | 2da8eb43d57ae6876f9955386f604f2c56849211 (patch) | |
tree | 5a6aee8ecbb481d953a7831519ef17ba8eb8c36e /indra/llui/CMakeLists.txt | |
parent | 9695162dc20085c807363e562281271cec21cc1d (diff) |
Wrap a subset of the LLFloaterReg API with an event API
Diffstat (limited to 'indra/llui/CMakeLists.txt')
-rw-r--r-- | indra/llui/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index 269c02263d..49230833f8 100644 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -40,6 +40,7 @@ set(llui_SOURCE_FILES llfiltereditor.cpp
llfloater.cpp
llfloaterreg.cpp
+ llfloaterreglistener.cpp
llflyoutbutton.cpp
llfocusmgr.cpp
llfunctorregistry.cpp
@@ -115,6 +116,7 @@ set(llui_HEADER_FILES llfiltereditor.h
llfloater.h
llfloaterreg.h
+ llfloaterreglistener.h
llflyoutbutton.h
llfocusmgr.h
llfunctorregistry.h
|