bundeled freerdp so no external bindings are nessesary

This commit is contained in:
2024-11-19 16:05:48 +01:00
parent 17e1354475
commit 299fbb93be
12 changed files with 239 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "cjson",
"buildsystem": "cmake-ninja",
"cleanup": [],
"config-opts": [
"-Wno-error",
"-DCMAKE_VERBOSE_MAKEFILE=ON",
"-DCMAKE_BUILD_TYPE:STRING=Release",
"-DCMAKE_INSTALL_LIBDIR:PATH=lib"
],
"sources": [
{
"type": "git",
"url": "https://github.com/DaveGamble/cJSON.git",
"tag": "v1.7.17",
"commit": "87d8f0961a01bf09bef98ff89bae9fdec42181ee"
}
]
}