summaryrefslogtreecommitdiff
path: root/codec
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2006-07-22 03:47:02 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2006-07-22 03:47:02 +0000
commit9aa91701104a76ce95efb8839152490c46de35f5 (patch)
tree8ed6ec6f542c0e35bb2efcd50652379f5b8ffdef /codec
parent4b3aabebd29a9d0b2b9fea0c76a18a4317c8d4de (diff)
ENH: Update CMake to do proper installation. Still using the 2.2 installation approach for now.
Diffstat (limited to 'codec')
-rw-r--r--codec/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/codec/CMakeLists.txt b/codec/CMakeLists.txt
index 3f3c7d5a..7ca90e10 100644
--- a/codec/CMakeLists.txt
+++ b/codec/CMakeLists.txt
@@ -44,6 +44,8 @@ FOREACH(exe j2k_to_image image_to_j2k)
IF(UNIX)
TARGET_LINK_LIBRARIES(${exe} -lm)
ENDIF(UNIX)
+ # Install exe
+ INSTALL_TARGETS(/bin/ ${exe})
ENDFOREACH(exe)