refactor(protocomm): Make the protocomm proto-c headers public

This commit is contained in:
Laukik Hase
2024-02-28 13:47:08 +05:30
parent 4f6cca6f08
commit 8582b27f1d
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
idf_component_register(SRC_DIRS "."
PRIV_INCLUDE_DIRS "."
PRIV_INCLUDE_DIRS "../../proto-c/"
PRIV_REQUIRES cmock mbedtls protocomm protobuf-c test_utils unity)