summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-11 23:51:17 +0200
committerAmlal <amlal@zka.com>2024-07-11 23:51:17 +0200
commit4c52feb57fda9e9ee29c1f5310ec19d8cd9e4ca8 (patch)
tree92cafaed135e4d79913d2064ee9e2592c8cd0a3a /tests
parenta45e660211b0e262a53047ac09426fd736d6ef9c (diff)
[IMP] libzpt-core shared library and ManifestBuilder class.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/build.json6
1 files changed, 6 insertions, 0 deletions
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"]
+}