diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2008-08-29 21:46:30 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2008-08-29 21:46:30 +0000 |
commit | 1496c3d0eee43223ad9714b06ee94e334c730731 (patch) | |
tree | 7d2be99bdd17f2f1370c4425a6268922d8866e8b /indra/llimage | |
parent | eb65aca9f8aaa1ce67a221dcfecce240f1bb59a5 (diff) |
Switch llimage and llxml to target_link_libraries
Diffstat (limited to 'indra/llimage')
-rw-r--r-- | indra/llimage/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llimage/CMakeLists.txt b/indra/llimage/CMakeLists.txt index 5593b4a0cb..3864d585dc 100644 --- a/indra/llimage/CMakeLists.txt +++ b/indra/llimage/CMakeLists.txt @@ -48,3 +48,8 @@ set_source_files_properties(${llimage_HEADER_FILES} list(APPEND llimage_SOURCE_FILES ${llimage_HEADER_FILES}) add_library (llimage ${llimage_SOURCE_FILES}) +target_link_libraries( + llimage + ${JPEG_LIBRARIES} + ${PNG_LIBRARIES} + ) |