4 lines
79 B
CMake
4 lines
79 B
CMake
|
find_package(PkgConfig)
|
||
|
|
||
|
pkg_check_modules(Libsystemd systemd IMPORTED_TARGET)
|