summaryrefslogtreecommitdiffstats
path: root/cmake/FindDirectFB.cmake
blob: 8c5711f1780a42396e4614bd90308c2171987c61 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

find_package(PkgConfig QUIET)

pkg_check_modules(DirectFB IMPORTED_TARGET "directfb")

if (NOT TARGET PkgConfig::DirectFB)
    set(DirectFB_FOUND 0)
endif()