能源管控程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 286 B

2 years ago
1234567891011121314151617
  1. set(COMPONENT_SRCDIRS
  2. "src"
  3. )
  4. set(COMPONENT_ADD_INCLUDEDIRS
  5. "src"
  6. )
  7. set(COMPONENT_REQUIRES
  8. "arduino-esp32"
  9. "AsyncTCP"
  10. )
  11. register_component()
  12. target_compile_definitions(${COMPONENT_TARGET} PUBLIC -DESP32)
  13. target_compile_options(${COMPONENT_TARGET} PRIVATE -fno-rtti)