esp-sr/test_apps/esp-sr/main/CMakeLists.txt
2025-01-24 12:08:02 +08:00

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")