Files
Dario Lipicar e235f51364 add test-basic-module-cpp (#17)
* add test-basic-module-cpp

* change to new liblogos api
2026-04-24 22:45:29 -03:00

23 lines
586 B
JSON

{
"name": "test_basic_module_cpp",
"version": "1.0.0",
"type": "core",
"category": "testing",
"description": "Pure-C++ mirror of test_basic_module: every method uses std/LogosMap/LogosList/StdLogosResult (no Qt in the impl), so the generated qt_glue layer is exercised end-to-end.",
"main": "test_basic_module_cpp_plugin",
"interface": "universal",
"dependencies": [],
"nix": {
"packages": {
"build": [],
"runtime": ["nlohmann_json"]
},
"external_libraries": [],
"cmake": {
"find_packages": [],
"extra_sources": []
}
}
}