mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make gg work on Windows; prebuild glad and cJSON; new ft module
This commit is contained in:
@ -9,7 +9,8 @@ module json
|
||||
#flag linux -I @VROOT/thirdparty/cJSON
|
||||
#flag darwin -I @VROOT/thirdparty/cJSON
|
||||
|
||||
// #include "cJSON.c"
|
||||
#flag @VROOT/thirdparty/cJSON/cJSON.o
|
||||
|
||||
#include "cJSON.h"
|
||||
struct C.cJSON {
|
||||
valueint int
|
||||
|
Reference in New Issue
Block a user