added LICENSE
This commit is contained in:
parent
bf96eb69ae
commit
6b853b8754
6 changed files with 148 additions and 8 deletions
11
project.json
11
project.json
|
|
@ -6,8 +6,8 @@
|
|||
"standard": "c++26",
|
||||
"source_files": ["Crafter.Asset-Asset"],
|
||||
"module_files": ["Crafter.Asset-Asset", "Crafter.Asset"],
|
||||
"build_dir": "./build",
|
||||
"output_dir": "./bin"
|
||||
"build_dir": "build",
|
||||
"output_dir": "bin"
|
||||
},
|
||||
{
|
||||
"name": "executable",
|
||||
|
|
@ -16,12 +16,7 @@
|
|||
"source_files": ["main"]
|
||||
},
|
||||
{
|
||||
"name": "executable-windows",
|
||||
"extends": ["executable"],
|
||||
"target": "x86_64-w64-mingw64"
|
||||
},
|
||||
{
|
||||
"name": "executable-linux-debug",
|
||||
"name": "executable-debug",
|
||||
"extends": ["executable"],
|
||||
"debug": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue