aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/LLImage.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/cmake/LLImage.cmake')
-rw-r--r--linden/indra/cmake/LLImage.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/linden/indra/cmake/LLImage.cmake b/linden/indra/cmake/LLImage.cmake
new file mode 100644
index 0000000..8874fa5
--- /dev/null
+++ b/linden/indra/cmake/LLImage.cmake
@@ -0,0 +1,15 @@
1# -*- cmake -*-
2
3include(JPEG)
4include(PNG)
5
6set(LLIMAGE_INCLUDE_DIRS
7 ${LIBS_OPEN_DIR}/llimage
8 ${JPEG_INCLUDE_DIRS}
9 )
10
11set(LLIMAGE_LIBRARIES
12 llimage
13 ${JPEG_LIBRARIES}
14 ${PNG_LIBRARIES}
15 )