mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
15 lines
332 B
CMake
15 lines
332 B
CMake
|
|
set(srcs
|
|
"app_main.cpp"
|
|
"test_wakenet.cpp"
|
|
"test_multinet.cpp"
|
|
"test_afe.cpp"
|
|
)
|
|
|
|
idf_component_register(SRCS ${srcs}
|
|
INCLUDE_DIRS "." "samples"
|
|
REQUIRES unity esp-sr esp_timer
|
|
WHOLE_ARCHIVE)
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|