mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
8 lines
218 B
CMake
8 lines
218 B
CMake
file(GLOB_RECURSE SOURCE_FILES Source/*.c)
|
|
|
|
idf_component_register(
|
|
SRCS ${SOURCE_FILES}
|
|
REQUIRES TactilitySDK
|
|
app-module crypt-module gps-module lvgl-module lvgl-window-manager-module service-module
|
|
)
|