qt5base-lts/cmake/FindDirectFB.cmake

8 lines
149 B
CMake
Raw Normal View History

find_package(PkgConfig)
pkg_check_modules(DirectFB directfb IMPORTED_TARGET)
if (NOT TARGET PkgConfig::DirectFB)
set(DirectFB_FOUND 0)
endif()