22 lines
566 B
JSON
22 lines
566 B
JSON
{
|
|
"name": "crafter-graphics",
|
|
"configurations": [
|
|
{
|
|
"name": "example",
|
|
"standard": "c++26",
|
|
"source_files": ["main"],
|
|
"module_files": [],
|
|
"build_dir": "build",
|
|
"output_dir": "bin",
|
|
"type":"executable",
|
|
"libs": [],
|
|
"flags": ["-Wno-uninitialized"],
|
|
"dependencies": [
|
|
{
|
|
"path":"../../project.json",
|
|
"configuration":"lib-debug"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|