esp-sr/test_apps/esp32c5/main/CMakeLists.txt
2025-04-18 11:50:50 +08:00

13 lines
235 B
CMake

set(srcs
"app_main.cpp"
"test_aec.cpp"
"test_wakenet.cpp"
)
idf_component_register(SRCS ${srcs}
INCLUDE_DIRS "."
REQUIRES unity esp-sr esp_timer
WHOLE_ARCHIVE)