aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/CMakeLists.txt
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-01-12 02:17:03 -0700
committerMcCabe Maxsted2009-01-12 02:17:03 -0700
commitdd99e2a6b5054927bba83d44a7a03bc365c28a77 (patch)
tree7f94ef4010b3bef22d8c481d8c700cfb1219ffe5 /linden/indra/llmath/CMakeLists.txt
parentWind disabled by default, ambient wind muting fixed, added debug setting 'Mut... (diff)
downloadmeta-impy-dd99e2a6b5054927bba83d44a7a03bc365c28a77.zip
meta-impy-dd99e2a6b5054927bba83d44a7a03bc365c28a77.tar.gz
meta-impy-dd99e2a6b5054927bba83d44a7a03bc365c28a77.tar.bz2
meta-impy-dd99e2a6b5054927bba83d44a7a03bc365c28a77.tar.xz
Applied Aimee's patch for doing simple math in the build editor
Diffstat (limited to '')
-rw-r--r--linden/indra/llmath/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llmath/CMakeLists.txt b/linden/indra/llmath/CMakeLists.txt
index 6a329fa..e5ec3e1 100644
--- a/linden/indra/llmath/CMakeLists.txt
+++ b/linden/indra/llmath/CMakeLists.txt
@@ -11,6 +11,8 @@ include_directories(
11 11
12set(llmath_SOURCE_FILES 12set(llmath_SOURCE_FILES
13 llbboxlocal.cpp 13 llbboxlocal.cpp
14 llcalc.cpp
15 llcalcparser.cpp
14 llcamera.cpp 16 llcamera.cpp
15 llcoordframe.cpp 17 llcoordframe.cpp
16 llline.cpp 18 llline.cpp
@@ -40,6 +42,8 @@ set(llmath_HEADER_FILES
40 camera.h 42 camera.h
41 coordframe.h 43 coordframe.h
42 llbboxlocal.h 44 llbboxlocal.h
45 llcalc.h
46 llcalcparser.h
43 llcamera.h 47 llcamera.h
44 llcoord.h 48 llcoord.h
45 llcoordframe.h 49 llcoordframe.h