esp-idf/components/esp_pm/test_apps/esp_pm/main/CMakeLists.txt

10 wiersze
389 B
CMake

set(sources "test_app_main.c"
"test_pm.c")
# In order for the cases defined by `TEST_CASE` to be linked into the final elf,
# the component must be registered as a WHOLE_ARCHIVE
idf_component_register(SRCS ${sources}
INCLUDE_DIRS "."
PRIV_REQUIRES unity esp_pm ulp driver esp_timer esp_psram
WHOLE_ARCHIVE)