Files
tactility_apps/Apps/EspNowBridge/main/CMakeLists.txt
T
2026-07-19 21:52:39 +02:00

12 lines
348 B
CMake

file(GLOB_RECURSE SOURCE_FILES
Source/*.c*
)
idf_component_register(
SRCS ${SOURCE_FILES}
# Library headers must be included directly,
# because all regular dependencies get stripped by elf_loader's cmake script
INCLUDE_DIRS ../../../Libraries/TactilityCpp/Include
REQUIRES TactilitySDK bootloader_support esp_app_format
)