mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
d2b92bff55
* fix windows-static for don't export symbols /* export symbols by default, this is necessary for copy pasting the C and header file */ #if !defined(CJSON_HIDE_SYMBOLS) && !defined(CJSON_IMPORT_SYMBOLS) && !defined(CJSON_EXPORT_SYMBOLS) #define CJSON_EXPORT_SYMBOLS #endif * Update CONTROL
8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
Source: cjson
|
|
Version: 2019-11-30-1
|
|
Description: Ultralightweight JSON parser in ANSI C
|
|
Homepage: https://github.com/DaveGamble/cJSON
|
|
|
|
Feature: utils
|
|
Description: Enable building the cJSON_Utils library
|