diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-08 04:40:18 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-08 04:40:18 +0000 |
commit | 7a4618544f084507ae86bc77ffc08a4cd095743b (patch) | |
tree | 5f8cbe00eae87955054fb0b03313ec3757ee7246 /indra/llappearance/CMakeLists.txt | |
parent | cf7eb79fa7eadd6d76890d2a3f9da905de8f4691 (diff) | |
parent | a89ec17529d183e61fc98a8cd5fa73dceb90ec9c (diff) |
Automated merge
Diffstat (limited to 'indra/llappearance/CMakeLists.txt')
-rw-r--r-- | indra/llappearance/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/llappearance/CMakeLists.txt b/indra/llappearance/CMakeLists.txt index 717efb2f8b..adce620372 100644 --- a/indra/llappearance/CMakeLists.txt +++ b/indra/llappearance/CMakeLists.txt @@ -42,8 +42,13 @@ include_directories( set(llappearance_SOURCE_FILES llavatarappearance.cpp + llavatarjoint.cpp + llavatarjointmesh.cpp lldriverparam.cpp lllocaltextureobject.cpp + llpolyskeletaldistortion.cpp + llpolymesh.cpp + llpolymorph.cpp lltexglobalcolor.cpp lltexlayer.cpp lltexlayerparams.cpp @@ -59,9 +64,14 @@ set(llappearance_HEADER_FILES CMakeLists.txt llavatarappearance.h + llavatarjoint.h + llavatarjointmesh.h lldriverparam.h lljointpickname.h lllocaltextureobject.h + llpolyskeletaldistortion.h + llpolymesh.h + llpolymorph.h lltexglobalcolor.h lltexlayer.h lltexlayerparams.h |