mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 02:22:57 +01:00
Add picojson to xcode project
This commit is contained in:
parent
e601e10af2
commit
3ac87e9af2
@ -1044,11 +1044,13 @@
|
||||
"$(inherited)",
|
||||
GTEST_USE_OWN_TR1_TUPLE,
|
||||
GTEST_HAS_PARAM_TEST,
|
||||
PICOJSON_USE_INT64,
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../thirdparty/gtest-1.7.0/include",
|
||||
"../thirdparty/gtest-1.7.0",
|
||||
"../thirdparty/jsoncpp-0.9.4/include",
|
||||
"../thirdparty/picojson-1.3.0",
|
||||
"../thirdparty/rapidjson-0.1/include",
|
||||
../include,
|
||||
/usr/local/include,
|
||||
@ -1065,11 +1067,13 @@
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
GTEST_USE_OWN_TR1_TUPLE,
|
||||
GTEST_HAS_PARAM_TEST,
|
||||
PICOJSON_USE_INT64,
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../thirdparty/gtest-1.7.0/include",
|
||||
"../thirdparty/gtest-1.7.0",
|
||||
"../thirdparty/jsoncpp-0.9.4/include",
|
||||
"../thirdparty/picojson-1.3.0",
|
||||
"../thirdparty/rapidjson-0.1/include",
|
||||
../include,
|
||||
/usr/local/include,
|
||||
|
Loading…
Reference in New Issue
Block a user