[trunk] FolderReorgProposal task: rename JP3D CLI tools

Update issue 177
This commit is contained in:
Mathieu Malaterre 2012-09-28 09:57:19 +00:00
parent d84b16caf9
commit 2d09cbfd21
3 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ IF(WIN32)
ENDIF(WIN32)
# Loop over all executables:
FOREACH(exe jp3d_to_volume volume_to_jp3d)
FOREACH(exe opj_jp3d_compress opj_jp3d_decompress)
ADD_EXECUTABLE(${exe} ${exe}.c ${common_SRCS})
TARGET_LINK_LIBRARIES(${exe} openjp3d)
# On unix you need to link to the math library: