4 lines
82 B
CMake
4 lines
82 B
CMake
|
include(FindPkgConfig)
|
||
|
|
||
|
pkg_check_modules(GTK3 "gtk+-3.0 >= 3.6" IMPORTED_TARGET)
|