mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-19 03:55:43 -04:00

The JSON output code will be rewritten to use rapidjson, which will allow us to add more stuff without having to worry if the resulting text has the correct formatting. This adds around 20 KB to the compiled binary.
8 lines
229 B
PkgConfig
Vendored
8 lines
229 B
PkgConfig
Vendored
includedir=@INCLUDE_INSTALL_DIR@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: A fast JSON parser/generator for C++ with both SAX/DOM style API
|
|
Version: @LIB_VERSION_STRING@
|
|
URL: https://github.com/miloyip/rapidjson
|
|
Cflags: -I${includedir}
|