Merge pull request #249 from chhitz/pkg-config

RapidJSON.pc.in: include dir not set
This commit is contained in:
Milo Yip 2015-02-25 10:28:30 +08:00
commit c745c953ad

View File

@ -1,4 +1,7 @@
includedir=@INCLUDE_INSTALL_DIR@
Name: @PROJECT_NAME@
Description: RapidJSON is a JSON parser and generator for C++ inspired by RapidXml.
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}