CMake

Instructions for integrating LVGL Pro Editor projects with CMake.

Overview

When you export C code, a skeleton CMakeLists.txt file is generated for easy integration into your build system.

Additionally, a file_list_gen.cmake file is created to manage which files are included during compilation. This ensures that only the appropriate source files and headers are built into your project.

Usage

TODO

How is this guide?

Last updated on

On this page