4 lines
82 B
CMake
4 lines
82 B
CMake
|
find_package(PkgConfig)
|
||
|
|
||
|
pkg_check_modules(Libproxy libproxy-1.0 IMPORTED_TARGET)
|