forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
protobuf-c : Added Google's protocol buffer C library as sub-module
Source https://github.com/protobuf-c/protobuf-c Co-Authored-By: Amey Inamdar <[email protected]> Co-Authored-By: Anurag Kar <[email protected]>
- Loading branch information
1 parent
4faa2a8
commit 3ba8eed
Showing
5 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
set(COMPONENT_ADD_INCLUDEDIRS protobuf-c) | ||
set(COMPONENT_SRCS "protobuf-c/protobuf-c/protobuf-c.c") | ||
|
||
register_component() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
# Component Makefile | ||
# | ||
COMPONENT_ADD_INCLUDEDIRS := protobuf-c | ||
|
||
COMPONENT_SRCDIRS := protobuf-c/protobuf-c | ||
|
||
COMPONENT_SUBMODULES += protobuf-c |
Submodule protobuf-c
added at
dac1a6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters