We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe00cb commit c73e01dCopy full SHA for c73e01d
cmake/modules/FindJSONCPP.cmake
@@ -0,0 +1,4 @@
1
+find_package(PkgConfig REQUIRED)
2
+pkg_check_modules(JSONCPP jsoncpp)
3
+#message("**** ${JSONCPP_INCLUDE_DIRS}")
4
+#message("**** ${JSONCPP_LIBRARIES}")
0 commit comments