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

@@ -5,7 +5,7 @@ if(${target} STREQUAL "linux")
endif()
set(include_dirs include)
set(priv_include_dirs proto-c src ../protocomm/proto-c)
set(priv_include_dirs proto-c src)
set(srcs "src/esp_local_ctrl.c"
"src/esp_local_ctrl_handler.c"
"proto-c/esp_local_ctrl.pb-c.c")