diff options
author | Dave Parks <davep@lindenlab.com> | 2010-05-29 19:55:13 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-05-29 19:55:13 -0500 |
commit | 9a869d630162292864e01fdd1707efc609fbd6b4 (patch) | |
tree | 8b8f69709f181e6dc64324d4ab1cdaf21dd6b19f /indra/llmath/CMakeLists.txt | |
parent | 0e7f4dc5cef8a97cb1dd08aa2f79538ced267888 (diff) |
Octree triven raycast works, time to profile.
Diffstat (limited to 'indra/llmath/CMakeLists.txt')
-rw-r--r-- | indra/llmath/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmath/CMakeLists.txt b/indra/llmath/CMakeLists.txt index 367486eee7..dda07133d5 100644 --- a/indra/llmath/CMakeLists.txt +++ b/indra/llmath/CMakeLists.txt @@ -22,6 +22,7 @@ set(llmath_SOURCE_FILES llsphere.cpp llvolume.cpp llvolumemgr.cpp + llvolumeoctree.cpp llsdutil_math.cpp m3math.cpp m4math.cpp @@ -66,6 +67,7 @@ set(llmath_HEADER_FILES llmatrix4a.h llvolume.h llvolumemgr.h + llvolumeoctree.h llsdutil_math.h m3math.h m4math.h |