diff options
author | Cho <cho@lindenlab.com> | 2014-06-26 19:31:55 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2014-06-26 19:31:55 +0100 |
commit | 8ab5a25b12cb059c7408721ff5cf9556b47fb94a (patch) | |
tree | e6a7a556e9cd88856c7fc44fd0dd8db9f4c8941b /indra/llimage/CMakeLists.txt | |
parent | 9b6598388a5fa085d89b77b57f0b361d53a680cb (diff) | |
parent | c7057ef56efc1cca5683ca22e2ad410198d131e8 (diff) |
merge
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 |