kate:build

This commit is contained in:
numzero 2024-09-22 15:11:17 +03:00
parent 6012c480de
commit 3d150208e0

18
.kateproject.build Normal file
View File

@ -0,0 +1,18 @@
{
"Auto_generated": "This file is auto-generated. Any extra tags or formatting will be lost",
"target_sets": [
{
"cmake_config": "",
"directory": "%B",
"loaded_via_cmake": false,
"name": "Cargo",
"targets": [
{
"build_cmd": "cargo build --bin wireframe",
"name": "wireframe",
"run_cmd": "cargo run --bin wireframe"
}
]
}
]
}