4 lines
72 B
CMake
4 lines
72 B
CMake
|
find_package(PkgConfig)
|
||
|
|
||
|
pkg_check_modules(Mtdev mtdev IMPORTED_TARGET)
|