aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/PNG.cmake
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/cmake/PNG.cmake
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/cmake/PNG.cmake')
-rw-r--r--linden/indra/cmake/PNG.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/linden/indra/cmake/PNG.cmake b/linden/indra/cmake/PNG.cmake
new file mode 100644
index 0000000..4d0b7b2
--- /dev/null
+++ b/linden/indra/cmake/PNG.cmake
@@ -0,0 +1,13 @@
1# -*- cmake -*-
2include(Prebuilt)
3
4set(PNG_FIND_QUIETLY ON)
5set(PNG_FIND_REQUIRED ON)
6
7if (STANDALONE)
8 include(FindPNG)
9else (STANDALONE)
10 use_prebuilt_binary(libpng)
11 set(PNG_LIBRARIES png12)
12 set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
13endif (STANDALONE)