[trunk] Build small internal tools to generate t1_luts.h

This commit is contained in:
Mathieu Malaterre 2012-10-02 07:45:49 +00:00
parent 4dba9aed22
commit 514fc72050
1 changed files with 7 additions and 0 deletions

View File

@ -68,6 +68,13 @@ install(
FILES ${OPENJPEG_SOURCE_DIR}/doc/man/man3/libopenjpeg.3
DESTINATION ${OPENJPEG_INSTALL_MAN_DIR}/man3)
# internal utilities to generate t1_luts.h (part of the jp2 lib)
# no need to install:
add_executable(t1_generate_luts t1_generate_luts.c)
if(UNIX)
target_link_libraries(t1_generate_luts m)
endif()
# Experimental option; let's how cppcheck performs
# Implementation details:
# I could not figure out how to easily upload a file to CDash. Instead simply