gnu: jsoncpp: Build shared libraries.
* gnu/packages/serialization.scm (jsoncpp)[arguments]: New field.
This commit is contained in:
parent
a4b0bfb195
commit
996f5ece8c
|
@ -166,6 +166,8 @@ serialization.")
|
||||||
"15wg14480lrbrhc2myk9rwpwb2gzix9bk80p4y7gxg3zrzml0xh8"))))
|
"15wg14480lrbrhc2myk9rwpwb2gzix9bk80p4y7gxg3zrzml0xh8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(home-page "https://github.com/open-source-parsers/jsoncpp")
|
(home-page "https://github.com/open-source-parsers/jsoncpp")
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES")))
|
||||||
(synopsis "C++ library for interacting with JSON")
|
(synopsis "C++ library for interacting with JSON")
|
||||||
(description "JsonCpp is a C++ library that allows manipulating JSON values,
|
(description "JsonCpp is a C++ library that allows manipulating JSON values,
|
||||||
including serialization and deserialization to and from strings. It can also
|
including serialization and deserialization to and from strings. It can also
|
||||||
|
|
Loading…
Reference in New Issue