mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
add cJSON.c and cJSON.h
This commit is contained in:
parent
6a28cbdd6e
commit
10ec2c9f09
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "thirdparty/cJSON"]
|
||||
path = thirdparty/cJSON
|
||||
url = git@github.com:DaveGamble/cJSON.git
|
@ -5,8 +5,8 @@
|
||||
module json
|
||||
|
||||
// TODO: windows support
|
||||
#flag linux -I$HOME/code/v/thirdpaty/cJSON
|
||||
#flag darwin -I$HOME/code/v/thirdpaty/cJSON
|
||||
#flag linux -I$HOME/code/v/thirdparty/cJSON
|
||||
#flag darwin -I$HOME/code/v/thirdparty/cJSON
|
||||
|
||||
// #include "cJSON.c"
|
||||
#include "cJSON.h"
|
||||
|
1
thirdparty/cJSON
vendored
1
thirdparty/cJSON
vendored
@ -1 +0,0 @@
|
||||
Subproject commit 3c8935676a97c7c97bf006db8312875b4f292f6c
|
2973
thirdparty/cJSON/cJSON.c
vendored
Normal file
2973
thirdparty/cJSON/cJSON.c
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user