Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3ea5a4cce2 | ||
![]() |
00476a5018 |
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "lib/lvgl"]
|
# [submodule "lib/lvgl"]
|
||||||
path = lib/lvgl
|
# path = lib/lvgl
|
||||||
url = https://github.com/lvgl/lvgl.git
|
# url = https://github.com/lvgl/lvgl.git
|
||||||
|
@ -10,10 +10,6 @@ add_compile_definitions(APP_NAME="${BIN_NAME}")
|
|||||||
add_compile_definitions(MESSAGE="Hello for TESTLIB from cmake.")
|
add_compile_definitions(MESSAGE="Hello for TESTLIB from cmake.")
|
||||||
add_compile_definitions(MAIN_MESSAGE="Hello for main.c from cmake.")
|
add_compile_definitions(MAIN_MESSAGE="Hello for main.c from cmake.")
|
||||||
|
|
||||||
# For LVGL
|
|
||||||
add_compile_definitions(DLV_CONF_PATH="${CMAKE_CURRENT_SOURCE_DIR}/include/lv_conf.h")
|
|
||||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include/)
|
|
||||||
|
|
||||||
# set 1 to compile static (Standalone)
|
# set 1 to compile static (Standalone)
|
||||||
set(BIN_STATIC 1)
|
set(BIN_STATIC 1)
|
||||||
|
|
||||||
@ -38,7 +34,6 @@ endif()
|
|||||||
# List of subprojects to include (e.g., external libraries or modules)
|
# List of subprojects to include (e.g., external libraries or modules)
|
||||||
set(SubProjects
|
set(SubProjects
|
||||||
testlib # Example subproject
|
testlib # Example subproject
|
||||||
lvgl
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create the main executable, specifying the source file
|
# Create the main executable, specifying the source file
|
||||||
|
1317
include/lv_conf.h
1317
include/lv_conf.h
File diff suppressed because it is too large
Load Diff
1
lib/lvgl
1
lib/lvgl
@ -1 +0,0 @@
|
|||||||
Subproject commit 34e2ef67f056bc781fdc4a115fb6aea9826686b5
|
|
Loading…
x
Reference in New Issue
Block a user