Searched full:cmake (Results 1 – 25 of 51) sorted by relevance
123
/lvgl-latest/docs/details/integration/building/ |
D | cmake.rst | 4 CMake chapter 12 Find out more on Cmake Presets here: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html 20 - CMake 24 How to build this project using cmake 49 Build with CMake GUI 52 Open this project with CMake GUI and select your desired preset. When hitting the generate button, 53 CMake will create solution files (for VS) or Ninja Files (for Linux Ninja Build) 64 If you use cmake to install lvgl 3 folders will be created. 76 - ``cmake --preset windows-base`` 77 - ``cmake --build --preset windows-base_dbg``
|
D | index.rst | 10 cmake
|
/lvgl-latest/ |
D | CMakeLists.txt | 17 include(${CMAKE_CURRENT_LIST_DIR}/env_support/cmake/esp.cmake) 19 include(${CMAKE_CURRENT_LIST_DIR}/env_support/cmake/zephyr.cmake) 21 include(${CMAKE_CURRENT_LIST_DIR}/env_support/cmake/micropython.cmake) 23 include(${CMAKE_CURRENT_LIST_DIR}/env_support/cmake/custom.cmake) 30 …https://cmake.org/cmake/help/latest/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.html#prop_tgt:WINDOWS_EXPO…
|
D | README.md | 66 …- Support for Make and [CMake](https://docs.lvgl.io/master/details/integration/building/cmake.html…
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 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" [all …]
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | building_lvgl.rst | 8 Make and CMake 11 LVGL also supports ``make`` and ``CMake`` build systems out of the box. 21 For integration with CMake take a look this section of the
|
/lvgl-latest/.github/workflows/ |
D | check_bom.yml | 26 …="*.rst" --include="*.txt" --include="*.mk" --include="*.py" --include="*.cmake" --include="Makefi… 35 …="*.rst" --include="*.txt" --include="*.mk" --include="*.py" --include="*.cmake" --include="Makefi… 44 …="*.rst" --include="*.txt" --include="*.mk" --include="*.py" --include="*.cmake" --include="Makefi…
|
D | build_micropython.yml | 38 … -C ports/${{ matrix.port }} DEBUG=1 USER_C_MODULES=../../lib/lv_bindings/bindings.cmake submodules 72 make -j $(nproc) -C ports/rp2 BOARD=PICO USER_C_MODULES=../../lib/lv_bindings/bindings.cmake
|
D | ccpp.yml | 21 # A valid option parameter to the cmake file. 88 # A valid option parameter to the cmake file.
|
/lvgl-latest/src/libs/freetype/ |
D | ftoption.h | 207 * If you use a build system like cmake or the `configure` script, 230 * If you use a build system like cmake or the `configure` script, 257 * If you use a build system like cmake or the `configure` script, 273 * If you use a build system like cmake or the `configure` script, 288 * If you use a build system like cmake or the `configure` script,
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 54 - **feat(cmake): Make LVGL version available for all CMake environments** `6654 <https://github.com… 181 - **fix(env_support/cmake): If LV_CONF_PATH is set, install the indicated config instead of the def… 265 - **fix(cmake): install headers correctly** `6332 <https://github.com/lvgl/lvgl/pull/6332>`__ 317 - **fix(cmake): generate versioned shared libraries** `5865 <https://github.com/lvgl/lvgl/pull/5865… 458 - **Add LVGL9 demos to esp.cmake** `6220 <https://github.com/lvgl/lvgl/pull/6220>`__
|
D | README_jp.rst | 111 `CMake <https://docs-lvgl-io.translate.goog/master/details/integration/building/cmake.html?_x_tr_sl…
|
D | README_zh.rst | 102 - 支持开箱即用的 Make 和 \ `CMake <https://docs.lvgl.io/master/details/integration/building/cmake.html>`__…
|
D | README_pt_BR.rst | 129 `CMake <https://docs.lvgl.io/master/details/integration/building/cmake.html>`__
|
D | conf.py | 304 …"integration/building/cmake": "../../details/integration/building/cmake.html" …
|
/lvgl-latest/docs/details/integration/ide/ |
D | pc-simulator.rst | 28 …ttps://github.com/lvgl/lv_sim_eclipse_sdl>`__: Recommended on Linux and Mac, supports CMake as well 33 - `Generic Linux <https://github.com/lvgl/lv_port_linux>`__: CMake based project where you can easi…
|
/lvgl-latest/scripts/ |
D | update_version.py | 163 CmakeReplacer(['env_support', 'cmake', 'version.cmake']),
|
/lvgl-latest/docs/details/integration/os/ |
D | torizon_os.rst | 119 apt-get install -q -y curl git cmake file && \ 126 RUN CC=aarch64-linux-gnu-gcc cmake -S ./lv_port_linux -B build
|
/lvgl-latest/tests/ |
D | main.py | 136 subprocess.check_call(['cmake', '-GNinja', '-DCMAKE_BUILD_TYPE=%s' % build_type, 138 subprocess.check_call(['cmake', '--build', build_dir,
|
D | CMakeLists.txt | 13 include($ENV{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake) 405 include(${CMAKE_CURRENT_LIST_DIR}/FindLibDRM.cmake)
|
/lvgl-latest/docs/details/libs/ |
D | rlottie.rst | 20 CMake 3.14 or higher is required. 34 cmake ../rlottie
|
/lvgl-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/ |
D | .gitignore | 1 cmake-build-*
|
/lvgl-latest/.devcontainer/ |
D | __build_all.sh__ | 2 emcmake cmake ..
|
/lvgl-latest/zephyr/ |
D | module.yml | 4 cmake-ext: True
|
/lvgl-latest/env_support/cmake/ |
D | version.cmake | 6 …RSION ${LVGL_VERSION_MAJOR}.${LVGL_VERSION_MINOR}.${LVGL_VERSION_PATCH}) # This is a CMake variable
|
123