diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-19 14:15:06 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-19 14:15:06 +0100 |
| commit | 2ae776318e6c92079528c35f3f5faf81f54fa10e (patch) | |
| tree | 80ce9d565cf53927243d6d1f6e8c9006e2b790db /example/example_01_hello_world/posix.json | |
| parent | db5d7e371e7183e4b5db26632ae2f511db4e0e41 (diff) | |
chore: Add MailMap, rename `examples` to `example`.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/example_01_hello_world/posix.json')
| -rw-r--r-- | example/example_01_hello_world/posix.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/example/example_01_hello_world/posix.json b/example/example_01_hello_world/posix.json new file mode 100644 index 0000000..197e4a2 --- /dev/null +++ b/example/example_01_hello_world/posix.json @@ -0,0 +1,10 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": ["lib"], + "sources_path": ["hello_world.cc"], + "output_name": "./hello_world.elf", + "compiler_flags": ["-fPIC"], + "cpp_macros": ["FOO_MACRO"], + "run_after_build": true +} |
