esp-idf/components/esp_pm/CMakeLists.txt

5 lines
211 B
CMake
Raw Normal View History

idf_component_register(SRCS "pm_locks.c" "pm_trace.c" "pm_impl.c"
INCLUDE_DIRS include
2021-03-19 08:03:13 -04:00
PRIV_REQUIRES esp_system driver
LDFRAGMENTS linker.lf)