4 lines
74 B
CMake
4 lines
74 B
CMake
|
find_package(PkgConfig)
|
||
|
|
||
|
pkg_check_modules(GLib glib-2.0 IMPORTED_TARGET)
|