update_cores
This commit is contained in:
parent
eee0ca20c7
commit
00476a5018
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "lib/lvgl"]
|
||||
path = lib/lvgl
|
||||
url = https://github.com/lvgl/lvgl.git
|
||||
# [submodule "lib/lvgl"]
|
||||
# path = lib/lvgl
|
||||
# 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(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(BIN_STATIC 1)
|
||||
|
||||
@ -38,7 +34,6 @@ endif()
|
||||
# List of subprojects to include (e.g., external libraries or modules)
|
||||
set(SubProjects
|
||||
testlib # Example subproject
|
||||
lvgl
|
||||
)
|
||||
|
||||
# Create the main executable, specifying the source file
|
||||
|
1
lib/lvgl
1
lib/lvgl
@ -1 +0,0 @@
|
||||
Subproject commit 34e2ef67f056bc781fdc4a115fb6aea9826686b5
|
Loading…
x
Reference in New Issue
Block a user