����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.152 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/thread-self/root/lib64/openjpeg-2.4/ |
Upload File : |
#----------------------------------------------------------------------------- # # OPENJPEGConfig.cmake - CMake configuration file for external projects. # # This file is configured by OPENJPEG and used by the UseOPENJPEG.cmake # module to load OPENJPEG's settings for an external project. # The OPENJPEG version number. set(OPENJPEG_MAJOR_VERSION "2") set(OPENJPEG_MINOR_VERSION "4") set(OPENJPEG_BUILD_VERSION "0") # The libraries. set(OPENJPEG_LIBRARIES "openjp2") # The CMake macros dir. set(OPENJPEG_CMAKE_DIR "lib64/openjpeg-2.4") # The configuration options. set(OPENJPEG_BUILD_SHARED_LIBS "ON") # The "use" file. set(OPENJPEG_USE_FILE "") get_filename_component(SELF_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) if(EXISTS ${SELF_DIR}/OpenJPEGTargets.cmake) # This is an install tree include(${SELF_DIR}/OpenJPEGTargets.cmake) set(INC_DIR "/usr/include/openjpeg-2.4") get_filename_component(OPENJPEG_INCLUDE_DIRS "${INC_DIR}" ABSOLUTE) else() if(EXISTS ${SELF_DIR}/OpenJPEGExports.cmake) # This is a build tree set( OPENJPEG_INCLUDE_DIRS ) include(${SELF_DIR}/OpenJPEGExports.cmake) else() message(FATAL_ERROR "ooops") endif() endif() set(OPENJPEG_USE_FILE ${SELF_DIR}/UseOPENJPEG.cmake) # Backward compatible part: set(OPENJPEG_FOUND TRUE)