Using an external cJSON installed under /usr/include was not possible before as the cJSON headers within opm were still used due to relative paths. With this commit move the copied cJSON source to external/cjson and thus prevent them to be found if an externally installed cJSON is there.
5 lines
202 B
Plaintext
5 lines
202 B
Plaintext
This directory contains the cJSON package downloaded unchanged from:
|
|
http://sourceforge.net/projects/cjson/. The cJSON package is plain C,
|
|
the JsonObject class provides a minimal C++ wrapping of this.
|
|
|