diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-07-18 14:13:29 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-07-18 14:13:29 +0300 |
commit | 1abea33b7012b6b00502620dab92cc39eacb1d50 (patch) | |
tree | 66092c3526913e9662256f7cc924730bbc9ee822 /indra/llui/CMakeLists.txt | |
parent | 939174416453a46a4a415f37ae642e5508c05787 (diff) |
MAINT-8334 EEP UI control: Virtual Trackball
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 04cd8b3f21..54e4d296ab 100644 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -133,6 +133,7 @@ set(llui_SOURCE_FILES llview.cpp llviewquery.cpp llviewereventrecorder.cpp + llvirtualtrackball.cpp llwindowshade.cpp llxuiparser.cpp llxyvector.cpp @@ -250,6 +251,7 @@ set(llui_HEADER_FILES llview.h llviewereventrecorder.h llviewquery.h + llvirtualtrackball.h llwindowshade.h llxuiparser.h llxyvector.h |