change(pm): change CMakeLists for wakeup pytest

This commit is contained in:
Lou Tianhao 2024-01-25 15:14:46 +08:00 committed by BOT
parent 229a974252
commit 901c5624d3

View File

@ -8,5 +8,5 @@ set(include "."
# the component can be registered as WHOLE_ARCHIVE
idf_component_register(SRCS ${srcs}
INCLUDE_DIRS include
REQUIRES unity esp_driver_gpio console test_utils efuse
REQUIRES unity driver console test_utils efuse
WHOLE_ARCHIVE)