Stimulate/main/CMakeLists.txt

10 lines
485 B
CMake
Raw Normal View History

2025-09-25 18:50:48 +08:00
idf_component_register(SRCS "esp32_s3_szp.c" "main.c" "app_ui.c"
SRCS "assets/font_alipuhui20.c"
SRCS "bt/ble_hidd_demo.c" "bt/esp_hidd_prf_api.c" "bt/hid_dev.c" "bt/hid_device_le_prf.c"
SRCS "ecg_generator.c"
EMBED_FILES "sword.pcm"
INCLUDE_DIRS "."
INCLUDE_DIRS "bt")
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-const-variable)