The error message is : Code: Select all add_custom_command command is not scriptable I do not anderstand what i can do and the documentation is very sparse on this... Could anyone provide me with a working sample where a simple command (anything) is executed during the build ? Thanks ...
CMake erroradd_library command is not scriptable Once the project is opened via the IDE, CMake will throw the following error: This error is in the exporteduidirectory's CMakeLists.txt file Replace theadd_library(ui ${SOURCES})line with the following: ...
LVGL now includes a Kconfig file which is used to configure most of the LVGL configuration options via menuconfig, so it's not necessary to use a customlv_conf.hfile. It is recommended to add LVGL as a submodule in your IDF project's git repo. From your project's root directory: Creat...
CMake erroradd_library command is not scriptable Once the project is opened via the IDE, CMake will throw the following error: This error is in the exporteduidirectory's CMakeLists.txt file Replace theadd_library(ui ${SOURCES})line with the following: ...