jsoncpp library as a static lib for nnfw internal use (#5510)
author이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 1 Jul 2019 08:24:34 +0000 (17:24 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 1 Jul 2019 08:24:34 +0000 (17:24 +0900)
commit768e33bb472a28a79f7d3f0c9b6c1072f0d9d195
treeb6303b994120203109d97f6c1945d8ff0ef81b9a
parent1c34ccef60a22104eef4f0366c6540b91c592121
jsoncpp library as a static lib for nnfw internal use (#5510)

* jsoncpp library as a static lib for nnfw internal use

- jsoncpp library(1.7.7) as a static lib
- tizen does not provide static lib and it is not sure that it is
- shipped into tizen platform

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
* apply format.patch
libs/jsoncpp/CMakeLists.txt [new file with mode: 0644]
libs/jsoncpp/README.md [new file with mode: 0644]
libs/jsoncpp/json/json-forwards.h [new file with mode: 0644]
libs/jsoncpp/json/json.h [new file with mode: 0644]
libs/jsoncpp/jsoncpp.cpp [new file with mode: 0644]