CMakeLists.txt 274 B

12345
  1. idf_component_register(SRC_DIRS "."
  2. PRIV_INCLUDE_DIRS "."
  3. PRIV_INCLUDE_DIRS "../proto-c/"
  4. PRIV_REQUIRES cmock mbedtls protocomm protobuf-c test_utils)
  5. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")