Skip to content

Commit 765b5b7

Browse files
committed
Deploying to gh-pages from @ lvgl/lvgl@2611124 🚀
1 parent 0ff7376 commit 765b5b7

1,323 files changed

Lines changed: 16010 additions & 291024 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9.6/built_lv_examples/.ninja_deps

1.14 MB
Binary file not shown.

9.6/built_lv_examples/.ninja_log

Lines changed: 931 additions & 0 deletions
Large diffs are not rendered by default.

9.6/built_lv_examples/CMakeCache.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=
4545
// MinSizeRel ...
4646
CMAKE_BUILD_TYPE:STRING=
4747

48-
//Enable/Disable color output during build.
49-
CMAKE_COLOR_MAKEFILE:BOOL=ON
50-
5148
//No help, variable specified on the command line.
5249
CMAKE_CROSSCOMPILING_EMULATOR:UNINITIALIZED="/home/runner/work/lvgl/lvgl/emsdk-cache/emsdk-main/node/22.16.0_64bit/bin/node"
5350

@@ -129,6 +126,9 @@ CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=-O2
129126
//Emscripten-overridden CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
130127
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
131128

129+
//Enable/Disable output of build database during the build.
130+
CMAKE_EXPORT_BUILD_DATABASE:BOOL=
131+
132132
//Enable/Disable output of compile commands during generation.
133133
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
134134

@@ -141,8 +141,8 @@ CMAKE_INSTALL_PREFIX:PATH=/usr/local
141141
//Path to a program.
142142
CMAKE_LINKER:FILEPATH=/usr/bin/ld
143143

144-
//Path to a program.
145-
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
144+
//Program used to build from build.ninja files.
145+
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/local/bin/ninja
146146

147147
//Flags used by the linker during the creation of modules during
148148
// all build types.
@@ -361,8 +361,6 @@ CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
361361
CMAKE_CACHE_MINOR_VERSION:INTERNAL=31
362362
//Patch version of cmake used to create the current loaded cache
363363
CMAKE_CACHE_PATCH_VERSION:INTERNAL=6
364-
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
365-
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
366364
//Path to CMake executable.
367365
CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
368366
//Path to cpack program executable.
@@ -419,12 +417,14 @@ CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
419417
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
420418
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
421419
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
420+
//ADVANCED property for variable: CMAKE_EXPORT_BUILD_DATABASE
421+
CMAKE_EXPORT_BUILD_DATABASE-ADVANCED:INTERNAL=1
422422
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
423423
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
424424
//Name of external makefile project generator.
425425
CMAKE_EXTRA_GENERATOR:INTERNAL=
426426
//Name of generator.
427-
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
427+
CMAKE_GENERATOR:INTERNAL=Ninja
428428
//Generator instance identifier.
429429
CMAKE_GENERATOR_INSTANCE:INTERNAL=
430430
//Name of generator platform.

9.6/built_lv_examples/Makefile

Lines changed: 0 additions & 340 deletions
This file was deleted.

0 commit comments

Comments
 (0)