summaryrefslogtreecommitdiffstats
path: root/cmake/FindDirectFB.cmake
blob: 9d2e74c169eac2959106a13191698a2ce329e8ac (plain)
1
2
3
4
5
6
7
find_package(PkgConfig QUIET)

pkg_check_modules(DirectFB directfb IMPORTED_TARGET)

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