CMakeLists.txt 295 B

12345
  1. idf_component_register(SRC_DIRS .
  2. PRIV_INCLUDE_DIRS .
  3. PRIV_REQUIRES cmock test_utils esp_ipc driver)
  4. # Enable task snapshots by setting configENABLE_TASK_SNAPSHOT macro
  5. idf_build_set_property(COMPILE_OPTIONS "-DconfigENABLE_TASK_SNAPSHOT=1" APPEND)