diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-30 14:22:45 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-30 14:22:45 +0100 |
| commit | 0c75d961dfbc7928c1459a10c71669f5b79d2ebf (patch) | |
| tree | 61a4303fbe996a9058f07fc27ec404b32f301d16 /src/CommandLine/cppdrv.json | |
| parent | 4ed27545ece2dc084508cc0aca288fa866ae1879 (diff) | |
feat: prepping: fix nebuild rules, adding test cases for future expansions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CommandLine/cppdrv.json')
| -rw-r--r-- | src/CommandLine/cppdrv.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine/cppdrv.json b/src/CommandLine/cppdrv.json index 847be75..3fa222e 100644 --- a/src/CommandLine/cppdrv.json +++ b/src/CommandLine/cppdrv.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": ["cppdrv.cc"], "output_name": "cppdrv", "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"], |
