Home
last modified time | relevance | path

Searched full:cmake (Results 1 – 25 of 51) sorted by relevance

123

/lvgl-latest/docs/details/integration/building/
Dcmake.rst4 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``
Dindex.rst10 cmake
/lvgl-latest/
DCMakeLists.txt17 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…
DREADME.md66 …- Support for Make and [CMake](https://docs.lvgl.io/master/details/integration/building/cmake.html…
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst328 │ ├── 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/
Dbuilding_lvgl.rst8 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/
Dcheck_bom.yml26 …="*.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…
Dbuild_micropython.yml38 … -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
Dccpp.yml21 # A valid option parameter to the cmake file.
88 # A valid option parameter to the cmake file.
/lvgl-latest/src/libs/freetype/
Dftoption.h207 * 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/
DCHANGELOG.rst54 - **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>`__
DREADME_jp.rst111 `CMake <https://docs-lvgl-io.translate.goog/master/details/integration/building/cmake.html?_x_tr_sl…
DREADME_zh.rst102 - 支持开箱即用的 Make 和 \ `CMake <https://docs.lvgl.io/master/details/integration/building/cmake.html>`__…
DREADME_pt_BR.rst129 `CMake <https://docs.lvgl.io/master/details/integration/building/cmake.html>`__
Dconf.py304 …"integration/building/cmake": "../../details/integration/building/cmake.html" …
/lvgl-latest/docs/details/integration/ide/
Dpc-simulator.rst28 …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/
Dupdate_version.py163 CmakeReplacer(['env_support', 'cmake', 'version.cmake']),
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst119 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/
Dmain.py136 subprocess.check_call(['cmake', '-GNinja', '-DCMAKE_BUILD_TYPE=%s' % build_type,
138 subprocess.check_call(['cmake', '--build', build_dir,
DCMakeLists.txt13 include($ENV{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake)
405 include(${CMAKE_CURRENT_LIST_DIR}/FindLibDRM.cmake)
/lvgl-latest/docs/details/libs/
Drlottie.rst20 CMake 3.14 or higher is required.
34 cmake ../rlottie
/lvgl-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/
D.gitignore1 cmake-build-*
/lvgl-latest/.devcontainer/
D__build_all.sh__2 emcmake cmake ..
/lvgl-latest/zephyr/
Dmodule.yml4 cmake-ext: True
/lvgl-latest/env_support/cmake/
Dversion.cmake6 …RSION ${LVGL_VERSION_MAJOR}.${LVGL_VERSION_MINOR}.${LVGL_VERSION_PATCH}) # This is a CMake variable

123