This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/components/lvgl/CMakeLists.txt

6 lines
157 B
CMake

sdk_generate_library()
file(GLOB_RECURSE sources "${CMAKE_CURRENT_SOURCE_DIR}/*.c")
sdk_library_add_sources(${sources})
sdk_add_include_directories(.)