aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindGee.cmake
blob: a8000f55b02d33b0192e3ad77f58528e2796c033 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
include(PkgConfigWithFallback)
find_pkg_config_with_fallback(Gee
    PKG_CONFIG_NAME gee-0.8
    LIB_NAMES gee-0.8
    INCLUDE_NAMES gee.h
    INCLUDE_DIR_SUFFIXES gee-0.8 gee-0.8/include
    DEPENDS GObject
)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Gee
    REQUIRED_VARS Gee_LIBRARY
    VERSION_VAR Gee_VERSION)