summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-09-06 12:06:09 +0200
committerGitHub <noreply@github.com>2025-09-06 12:06:09 +0200
commitafd8dee9ae4e16185b2e8b8f2e4f23ecd93b6876 (patch)
treef9061e8dabb4dd21f16be7d0bb766f11ceb054e7 /tools
Initial commit
Diffstat (limited to 'tools')
-rw-r--r--tools/.keep0
-rw-r--r--tools/dist/.keep0
-rw-r--r--tools/nebuild.json16
3 files changed, 16 insertions, 0 deletions
diff --git a/tools/.keep b/tools/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tools/.keep
diff --git a/tools/dist/.keep b/tools/dist/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tools/dist/.keep
diff --git a/tools/nebuild.json b/tools/nebuild.json
new file mode 100644
index 0000000..36c5130
--- /dev/null
+++ b/tools/nebuild.json
@@ -0,0 +1,16 @@
+{
+ "compiler_path": "clang++",
+ "compiler_std": "c++20",
+ "headers_path": [
+ "../"
+ ],
+ "sources_path": [
+ "src.cc"
+ ],
+ "output_name": "./dist/src",
+ "cpp_macros": [
+ "kVersion=0x0100",
+ "kVersionHighest=0x0100",
+ "kVersionLowest=0x0100"
+ ]
+}