diff options
Diffstat (limited to 'linden/indra/cmake/LLImage.cmake')
-rw-r--r-- | linden/indra/cmake/LLImage.cmake | 15 |
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 | |||
3 | include(JPEG) | ||
4 | include(PNG) | ||
5 | |||
6 | set(LLIMAGE_INCLUDE_DIRS | ||
7 | ${LIBS_OPEN_DIR}/llimage | ||
8 | ${JPEG_INCLUDE_DIRS} | ||
9 | ) | ||
10 | |||
11 | set(LLIMAGE_LIBRARIES | ||
12 | llimage | ||
13 | ${JPEG_LIBRARIES} | ||
14 | ${PNG_LIBRARIES} | ||
15 | ) | ||