initial commit
This commit is contained in:
commit
0cf068b896
10 changed files with 25592 additions and 0 deletions
18
project.json
Normal file
18
project.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "crafter-build",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "base",
|
||||
"standard": "c++26",
|
||||
"source_files": ["main", "Crafter.Build-Configuration", "Crafter.Build-Project"],
|
||||
"module_files": ["Crafter.Build-Configuration", "Crafter.Build-Project", "Crafter.Build"],
|
||||
"build_dir": "./build",
|
||||
"output_dir": "./bin"
|
||||
},
|
||||
{
|
||||
"name": "debug",
|
||||
"extends": ["base"],
|
||||
"optimization_level": "0"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue