diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-01-27 16:40:23 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-01-27 16:40:23 -0800 |
commit | 891e99058bcc587cd6a4b4d3eece134cfddd0883 (patch) | |
tree | b130394d968fbf8698cc57e65a5811bb2f5dfdce /indra/newview/CMakeLists.txt | |
parent | a0bab1952bfe09be49164bad0ab7205735109395 (diff) |
PATH-187 : Moving the PathfindingLinkset definition into its own file.
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 9a15b65f83..194c7d35bb 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -415,6 +415,7 @@ set(viewer_SOURCE_FILES llparcelselection.cpp llparticipantlist.cpp llpatchvertexarray.cpp + llpathfindinglinksets.cpp llphysicsmotion.cpp llphysicsshapebuilderutil.cpp llplacesinventorybridge.cpp @@ -963,6 +964,7 @@ set(viewer_HEADER_FILES llparcelselection.h llparticipantlist.h llpatchvertexarray.h + llpathfindinglinksets.h llphysicsmotion.h llphysicsshapebuilderutil.h llplacesinventorybridge.h |