diff options
author | James Cook <james@lindenlab.com> | 2009-04-17 22:00:04 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-04-17 22:00:04 +0000 |
commit | 5c2fd1e4fe304e1b6f6d4136f0d1fd3028c3dddd (patch) | |
tree | dec1b220c24a60cc220d1cb07fd3545610644f0a /indra/llimage | |
parent | 57b47705d7a4a2927ac7329bd2b5b37c1c1c5115 (diff) |
Back out last commit, because it breaks mapserver build on linux, dammit.
Diffstat (limited to 'indra/llimage')
-rw-r--r-- | indra/llimage/CMakeLists.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/llimage/CMakeLists.txt b/indra/llimage/CMakeLists.txt index a155d19407..1a4d92bc34 100644 --- a/indra/llimage/CMakeLists.txt +++ b/indra/llimage/CMakeLists.txt @@ -49,11 +49,8 @@ set_source_files_properties(${llimage_HEADER_FILES} list(APPEND llimage_SOURCE_FILES ${llimage_HEADER_FILES}) add_library (llimage ${llimage_SOURCE_FILES}) -# Libraries on which this library depends, needed for Linux builds -# Sort by high-level to low-level -target_link_libraries(llimage - llcommon - llimagej2coj # *HACK: In theory a noop for KDU builds? +target_link_libraries( + llimage ${JPEG_LIBRARIES} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} |