From 0c75d961dfbc7928c1459a10c71669f5b79d2ebf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Dec 2025 14:22:45 +0100 Subject: feat: prepping: fix nebuild rules, adding test cases for future expansions. Signed-off-by: Amlal El Mahrouss --- src/CommandLine/asm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CommandLine/asm.json') diff --git a/src/CommandLine/asm.json b/src/CommandLine/asm.json index 66102d2..7107c4b 100644 --- a/src/CommandLine/asm.json +++ b/src/CommandLine/asm.json @@ -1,7 +1,7 @@ { "compiler_path": "clang++", "compiler_std": "c++20", - "headers_path": ["../CompilerKit", "../", "../CompilerKit/src/Detail"], + "headers_path": ["../../include/CompilerKit", "../../include", "../../include/CompilerKit/src/Detail"], "sources_path": ["asm.cc"], "output_name": "asm", "compiler_flags": ["-L/usr/lib", "-lCompilerKit"], -- cgit v1.2.3