projects
/
xonotic
/
netradiant.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'illwieckz/keepshader'
[xonotic/netradiant.git]
/
cmake
/
FindGLIB.cmake
1
include(FindPkgConfig OPTIONAL)
2
if (PKG_CONFIG_FOUND)
3
include(FindPkgConfig)
4
pkg_check_modules(GLIB glib-2.0)
5
endif ()