qt6-bb10/cmake/FindLibsystemd.cmake

8 lines
154 B
CMake

find_package(PkgConfig)
pkg_check_modules(Libsystemd systemd IMPORTED_TARGET)
if (NOT TARGET PkgConfig::Libsystemd)
set(Libsystemd_FOUND 0)
endif()