diff options
author | Oz Linden <oz@lindenlab.com> | 2014-06-23 14:03:12 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-06-23 14:03:12 -0400 |
commit | 498a0e36e560ca243286c4efeeecc1d11ac82235 (patch) | |
tree | e7613db3983170a2bc2a204603ee200826feb6c4 /indra/llimage/CMakeLists.txt | |
parent | 8d2e0fb3a047e349b88db80afa09fc97a7f4ff74 (diff) | |
parent | c7057ef56efc1cca5683ca22e2ad410198d131e8 (diff) |
merge changes for 3.7.10-release
Diffstat (limited to 'indra/llimage/CMakeLists.txt')
-rwxr-xr-x | indra/llimage/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llimage/CMakeLists.txt b/indra/llimage/CMakeLists.txt index e837b0cac2..293ada7548 100755 --- a/indra/llimage/CMakeLists.txt +++ b/indra/llimage/CMakeLists.txt @@ -27,6 +27,7 @@ set(llimage_SOURCE_FILES llimage.cpp llimagedimensionsinfo.cpp llimagedxt.cpp + llimagefilter.cpp llimagej2c.cpp llimagejpeg.cpp llimagepng.cpp @@ -42,6 +43,7 @@ set(llimage_HEADER_FILES llimagebmp.h llimagedimensionsinfo.h llimagedxt.h + llimagefilter.h llimagej2c.h llimagejpeg.h llimagepng.h |