4 lines
73 B
CMake
4 lines
73 B
CMake
|
find_package(PkgConfig)
|
||
|
|
||
|
pkg_check_modules(Libudev udev IMPORTED_TARGET)
|