summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-05 17:05:06 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-05 17:05:06 +0000
commit23f5eeec20e853c5534df735d9263befda9b0135 (patch)
tree4fc3dbc6eddf57179c81d2ecfc942ed47650663f /src/bin
parent16106b297844ff3932bf211de99441c505eb762d (diff)
[trunk] Make openjpip a first class shared lib, for future linking
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/jpip/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jpip/CMakeLists.txt b/src/bin/jpip/CMakeLists.txt
index 6106e0d2..f1433887 100644
--- a/src/bin/jpip/CMakeLists.txt
+++ b/src/bin/jpip/CMakeLists.txt
@@ -48,7 +48,7 @@ set(EXES
)
foreach(exe ${EXES})
add_executable(${exe} ${exe}.c)
- target_link_libraries(${exe} openjpip_local)
+ target_link_libraries(${exe} openjpip)
install(TARGETS ${exe}
EXPORT OpenJPEGTargets
DESTINATION ${OPENJPEG_INSTALL_BIN_DIR} COMPONENT Applications