summaryrefslogtreecommitdiff
path: root/indra/llimagej2coj
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2008-08-29 22:16:44 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2008-08-29 22:16:44 +0000
commit818535576c00847aef3c9e60142b5d2afa50d897 (patch)
tree8fd1298c5a78d10b96405c95e46d52ee2e8c27ce /indra/llimagej2coj
parent1496c3d0eee43223ad9714b06ee94e334c730731 (diff)
Switch more libraries over to target_link_libraries
Diffstat (limited to 'indra/llimagej2coj')
-rw-r--r--indra/llimagej2coj/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llimagej2coj/CMakeLists.txt b/indra/llimagej2coj/CMakeLists.txt
index ed3ff3c8ee..97d22cf86a 100644
--- a/indra/llimagej2coj/CMakeLists.txt
+++ b/indra/llimagej2coj/CMakeLists.txt
@@ -29,3 +29,7 @@ set_source_files_properties(${llimagej2coj_HEADER_FILES}
list(APPEND llimagej2coj_SOURCE_FILES ${llimagej2coj_HEADER_FILES})
add_library (llimagej2coj ${llimagej2coj_SOURCE_FILES})
+target_link_libraries(
+ llimagej2coj
+ ${OPENJPEG_LIBRARIES}
+ )