summaryrefslogtreecommitdiffstats
path: root/cmake/FindLibsystemd.cmake
blob: 372a71802771955213c84fe6196ec1a69a1e9477 (plain)
12345678910
# Copyright (C) 2022 The Qt Company Ltd.# SPDX-License-Identifier: BSD-3-Clausefind_package(PkgConfig QUIET)pkg_check_modules(Libsystemd IMPORTED_TARGET"libsystemd")if(NOT TARGET PkgConfig::Libsystemd)set(Libsystemd_FOUND 0)endif()
close