diff options
Diffstat (limited to 'src/CommandLine/kdbg.json')
| -rw-r--r-- | src/CommandLine/kdbg.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine/kdbg.json b/src/CommandLine/kdbg.json index 8c36932..6099f04 100644 --- a/src/CommandLine/kdbg.json +++ b/src/CommandLine/kdbg.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["kdbg.cc"], + "sources_path": ["kdbg.cpp"], "output_name": "kdbg", "compiler_flags": ["-L/usr/lib", "-lDebuggerKit"], "cpp_macros": [ |
