From 4c52feb57fda9e9ee29c1f5310ec19d8cd9e4ca8 Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 11 Jul 2024 23:51:17 +0200 Subject: [IMP] libzpt-core shared library and ManifestBuilder class. Signed-off-by: Amlal --- tests/build.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/build.json (limited to 'tests') diff --git a/tests/build.json b/tests/build.json new file mode 100644 index 0000000..8a1ee45 --- /dev/null +++ b/tests/build.json @@ -0,0 +1,6 @@ +{ + "compiler_path": "cplusplus", + "compiler_std": "c++20", + "headers_path": ["/App/Modules/", "/App/Headers/"], + "sources_path": ["/App/Sources/*.cxx"] +} -- cgit v1.2.3