[trunk] Build small internal tools to generate t1_luts.h
This commit is contained in:
parent
4dba9aed22
commit
514fc72050
|
@ -68,6 +68,13 @@ install(
|
||||||
FILES ${OPENJPEG_SOURCE_DIR}/doc/man/man3/libopenjpeg.3
|
FILES ${OPENJPEG_SOURCE_DIR}/doc/man/man3/libopenjpeg.3
|
||||||
DESTINATION ${OPENJPEG_INSTALL_MAN_DIR}/man3)
|
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
|
# Experimental option; let's how cppcheck performs
|
||||||
# Implementation details:
|
# Implementation details:
|
||||||
# I could not figure out how to easily upload a file to CDash. Instead simply
|
# I could not figure out how to easily upload a file to CDash. Instead simply
|
||||||
|
|
Loading…
Reference in New Issue