projects
/
xonotic
/
netradiant.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Switch to minizip
[xonotic/netradiant.git]
/
cmake
/
FindGLIB.cmake
1
include(FindPkgConfig)
2
if (PKG_CONFIG_FOUND)
3
if (GLIB_FIND_REQUIRED)
4
set(_PACKAGE_ARGS REQUIRED)
5
else ()
6
set(_PACKAGE_ARGS "")
7
endif ()
8
pkg_check_modules(GLIB glib-2.0 ${_PACKAGE_ARGS})
9
endif ()