QDAirPortTestSystemBackend/compile_commands.json
2026-01-27 15:24:05 +08:00

8 lines
133 B
JSON

{
"commands": [
"cd build",
"cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..",
"ln -s build/compile_commands.json ."
]
}