mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Add library.json for PlatformIO support
This patch add support for using cJSON as platformIO library. Simply clone the cJSON repo in PlatformIO Project under "<project_root>/lib" directory. PlatformIO Library dependency finder will automatically find it without any extra work needed to use the library in project. Signed-off-by: Ajay Bhargav <contact@rickeyworld.info>
This commit is contained in:
parent
324a6ac9a9
commit
6d7997a1c8
18
platform.json
Normal file
18
platform.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "cJSON",
|
||||
"version": "1.7.14",
|
||||
"frameworks": "*",
|
||||
"platforms": "*",
|
||||
"dependencies": [
|
||||
],
|
||||
"build": {
|
||||
"srcFilter": [
|
||||
"-<*>",
|
||||
"+<cJSON.c>"
|
||||
],
|
||||
"flags": [
|
||||
"-I ./"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user