Searched full:cmake (Results 1 – 14 of 14) sorted by relevance
2 # CMake chapter3 LVGL supports integrating with [CMake](https://cmake.org/). It comes with preconfigured targets for:4 - [Espressif (ESP32)](https://docs.espressif.com/projects/esp-idf/en/v3.3/get-started-cmake/index.h…8 On top of the preconfigured targets you can also use "plain" CMake to integrate LVGL into any custo…11 - CMake ( >= 3.12.4 )16 ## Building LVGL with CMake17 …nclude external CMake projects into your own. A modern one also used in this example is the CMake …19 ```cmake43 ### Additional CMake options argument44 Besides `LV_CONF_PATH` there are two additional CMake options to specify include paths.[all …]
15 cmake
10 include(${CMAKE_CURRENT_LIST_DIR}/env_support/cmake/esp.cmake)12 include(${CMAKE_CURRENT_LIST_DIR}/env_support/cmake/zephyr.cmake)14 include(${CMAKE_CURRENT_LIST_DIR}/env_support/cmake/micropython.cmake)16 include(${CMAKE_CURRENT_LIST_DIR}/env_support/cmake/custom.cmake)
17 ### Make and CMake18 LVGL also supports `make` and `CMake` build systems out of the box. To add LVGL to your Makefile ba…25 For integration with CMake take a look this section of the [Documentation](/get-started/platforms/c…32 …n do the same with the source files of these two folders too. `make` and `CMake` handles the examp…
42 - chore(cmake): add support for user-specified lv_conf.h path [`4689`](https://github.com/lvgl/lvgl…267 - fix(esp.cmake): add demos and examples [`3784`](https://github.com/lvgl/lvgl/pull/3784)387 - feat(cmake-build): Option to allow building shared libraries. [`3278`](https://github.com/lvgl/lv…667 - arch(env): arch(env): move the cmake folder into the env_support folder [`773d50f`](https://githu…771 - fix(CMake) split CMakeLists.txt, add options, includes and dependencies [`2753`](https://github.c…1066 - fix compiling of examples when cmake is used [`2572`](https://github.com/lvgl/lvgl/pull/2572)1082 - fix(cmake) require 'main' for Micropython [`2444`](https://github.com/lvgl/lvgl/pull/2444)1409 - test convert Makefile to CMake [`2495`](https://github.com/lvgl/lvgl/pull/2495)1438 - test convert Makefile to CMake (#2495) [`9c846ee`](https://github.com/lvgl/lvgl/commit/9c846ee493…1450 - build: always enable CMake install rule in default configuration [`2636`](https://github.com/lvgl…
32 … matrix.port }} VARIANT=dev DEBUG=1 USER_C_MODULES=../../lib/lv_bindings/bindings.cmake submodules 64 … run: make -j $(nproc) -C ports/rp2 BOARD=PICO USER_C_MODULES=../../lib/lv_bindings/bindings.cmake
15 # A valid option parameter to the cmake file.96 apt-get install build-essential ccache python3 libpng-dev ruby-full gcovr cmake -q -y
9 To build Samsung's Rlottie C++14-compatible compiler and optionally CMake 3.14 or higher is require…18 cmake ../rlottie
108 subprocess.check_call(['cmake', '-DCMAKE_BUILD_TYPE=%s' % build_type,110 subprocess.check_call(['cmake', '--build', build_dir,
4 cmake-ext: True
9 sudo apt install gcc python3 libpng-dev ruby-full gcovr cmake
17 emcmake cmake .. -DLVGL_CHOSEN_DEMO=lv_example_noop -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_…
1040 # generated with the -Duse-libclang=ON option for CMake.
... .md docs/get-started/platforms/cmake.md docs/get-started/platforms/ ...