Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@github.mail.kapsi.fi>2017-07-13 11:04:56 +0300
committerGitHub <noreply@github.com>2017-07-13 11:04:56 +0300
commitad3336964f3c56ab95fb12fe6efc7cdeec396468 (patch)
tree4f4cb27c11a6f765d46944d134fa8fb3746875f6 /library.json
parent6881f94c9a2df503256af3187a4a59018dfc1a95 (diff)
parent87e1e619933d48ef5c4187fbc4705345e6d53480 (diff)
Merge pull request #267 from ivankravets/patch-5
Export examples
Diffstat (limited to 'library.json')
-rw-r--r--library.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/library.json b/library.json
index 8e963f3..b5bf5ff 100644
--- a/library.json
+++ b/library.json
@@ -12,11 +12,14 @@
"email": "jpa@nanopb.mail.kapsi.fi",
"url": "http://koti.kapsi.fi/jpa/nanopb/"
}],
- "include": [
- "*.c",
- "*.cpp",
- "*.h"
- ],
+ "export": {
+ "include": [
+ "*.c",
+ "*.cpp",
+ "*.h",
+ "examples"
+ ]
+ },
"examples": "examples/*/*.c",
"frameworks": "*",
"platforms": "*"