16 lines
387 B
CMake
16 lines
387 B
CMake
#include "opj_config_private.h"
|
|
|
|
/* create opj_apps_config.h for CMake */
|
|
|
|
#cmakedefine OPJ_HAVE_LIBPNG @HAVE_LIBPNG@
|
|
#cmakedefine OPJ_HAVE_PNG_H @HAVE_PNG_H@
|
|
#cmakedefine OPJ_HAVE_LIBTIFF @HAVE_LIBTIFF@
|
|
#cmakedefine OPJ_HAVE_TIFF_H @HAVE_TIFF_H@
|
|
|
|
#cmakedefine OPJ_HAVE_LIBLCMS1
|
|
#cmakedefine OPJ_HAVE_LIBLCMS2
|
|
#cmakedefine OPJ_HAVE_LCMS1_H
|
|
#cmakedefine OPJ_HAVE_LCMS2_H
|
|
|
|
|