summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-09-28 09:26:51 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-09-28 09:26:51 +0000
commit95f06f0591976f4a8534c73251fe5048bbe7f770 (patch)
treea5a890c829feecb4143cafedac5a05cd00545a56 /src/lib
parent3bf4d635f2401f5749c33aa4bac0b5268e687008 (diff)
[trunk] FolderReorgProposal task: fix JPWL
Update issue 177
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/openjpwl/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/openjpwl/CMakeLists.txt b/src/lib/openjpwl/CMakeLists.txt
index eccef4b5..1cbf901d 100644
--- a/src/lib/openjpwl/CMakeLists.txt
+++ b/src/lib/openjpwl/CMakeLists.txt
@@ -50,12 +50,12 @@ if(WIN32)
add_definitions(-DOPJ_STATIC)
endif()
endif()
-add_library(${OPENJPEG_LIBRARY_NAME}_JPWL ${JPWL_SRCS} ${OPENJPEG_SRCS})
-set_target_properties(${OPENJPEG_LIBRARY_NAME}_JPWL
+add_library(openjpwl ${JPWL_SRCS} ${OPENJPEG_SRCS})
+set_target_properties(openjpwl
PROPERTIES ${OPENJPEG_LIBRARY_PROPERTIES})
# Install library
-install(TARGETS ${OPENJPEG_LIBRARY_NAME}_JPWL
+install(TARGETS openjpwl
EXPORT OpenJPEGTargets
RUNTIME DESTINATION ${OPENJPEG_INSTALL_BIN_DIR} COMPONENT Applications
LIBRARY DESTINATION ${OPENJPEG_INSTALL_LIB_DIR} COMPONENT Libraries