From facb3edec9fd275d5a8fcabaa87f768087255768 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 12 Dec 2025 02:34:07 +0100 Subject: chore! breaking API changes, rename project to Nectar, instead of NeCTI. Signed-off-by: Amlal El Mahrouss --- src/CommandLine/asm.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/CommandLine/asm.json (limited to 'src/CommandLine/asm.json') diff --git a/src/CommandLine/asm.json b/src/CommandLine/asm.json new file mode 100644 index 0000000..bfb8ac7 --- /dev/null +++ b/src/CommandLine/asm.json @@ -0,0 +1,12 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": ["../CompilerKit", "../", "../CompilerKit/src/Detail"], + "sources_path": ["asm.cc"], + "output_name": "asm", + "compiler_flags": ["-L/usr/lib", "-lCompilerKit"], + "cpp_macros": [ + "__ASM__=202401", + "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" + ] +} -- cgit v1.2.3