From 00476a5018ebb5c6488f996992b5ebed6c05bce9 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 20 Feb 2025 12:28:20 +0100 Subject: [PATCH] update_cores --- .gitmodules | 6 +++--- CMakeLists.txt | 5 ----- lib/lvgl | 1 - 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 160000 lib/lvgl diff --git a/.gitmodules b/.gitmodules index 3d76e22..01fa9d5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 543f3ce..d1b9fb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/lib/lvgl b/lib/lvgl deleted file mode 160000 index 34e2ef6..0000000 --- a/lib/lvgl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 34e2ef67f056bc781fdc4a115fb6aea9826686b5