Lines Matching full:cmake
328 │ ├── 0007-fix-cmake-generate-versioned-shared-libraries.patch
358 file://0007-fix-cmake-generate-versioned-shared-libraries.patch \
363 inherit cmake
397 **inherit**: This line indicates that the recipe uses the ``cmake`` class,
398 which provides functionality for building projects that use CMake as
401 **EXTRA_OECMAKE**: Additional options passed to CMake during the
484 In this case, it creates a build directory, It invokes CMake to configure
491 generated running the CMake command, but nothing is built yet. Also, the
508 Like in the previous task, this is handle by ``inherit cmake``.
672 DESCRIPTION = "My C++ lvgl app with CMake"
685 inherit cmake
873 -include(${CMAKE_CURRENT_LIST_DIR}/lvgl/tests/FindLibDRM.cmake)