CMakeLists.txt 443 B

123456789101112131415161718
  1. idf_component_register(SRC_DIRS . core core/ifaces fonts
  2. INCLUDE_DIRS . fonts core
  3. REQUIRES platform_config tools esp_common
  4. PRIV_REQUIRES services freertos driver
  5. )
  6. set_source_files_properties(display.c
  7. PROPERTIES COMPILE_FLAGS
  8. -Wno-format-overflow
  9. )
  10. #target_link_libraries(${COMPONENT_LIB} PUBLIC
  11. # -Wl,--whole-archive
  12. # $<TARGET_PROPERTY,INTERFACE_LINK_LIBRARIES>
  13. # -Wl,--no-whole-archive
  14. #)