parent
918ce748a4
commit
9bd12660eb
8 changed files with 94 additions and 60 deletions
15
project.json
15
project.json
|
|
@ -4,12 +4,19 @@
|
|||
{
|
||||
"name": "base",
|
||||
"interfaces": ["interfaces/Crafter.Build-Command", "interfaces/Crafter.Build-Configuration", "interfaces/Crafter.Build-Module", "interfaces/Crafter.Build-Project", "interfaces/Crafter.Build-Shader", "interfaces/Crafter.Build", "interfaces/Crafter.Build-Implementation", "interfaces/Crafter.Build-Test", "interfaces/Crafter.Build-CompileStatus"],
|
||||
"implementations": ["implementations/Crafter.Build-Command", "implementations/Crafter.Build-Configuration", "implementations/Crafter.Build-Module", "implementations/Crafter.Build-Project", "implementations/Crafter.Build-Shader", "implementations/Crafter.Build-Implementation", "implementations/Crafter.Build-Test"]
|
||||
"implementations": ["implementations/Crafter.Build-Command", "implementations/Crafter.Build-Configuration", "implementations/Crafter.Build-Module", "implementations/Crafter.Build-Project", "implementations/Crafter.Build-Shader", "implementations/Crafter.Build-Implementation", "implementations/Crafter.Build-Test"],
|
||||
"dependencies": [
|
||||
{
|
||||
"path": "https://github.com/KhronosGroup/glslang.git",
|
||||
"type": "cmake",
|
||||
"options": "-DENABLE_OPT=OFF"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "libs-linux-gnu",
|
||||
"target": "x86_64-pc-linux-gnu",
|
||||
"libs": ["vulkan", "MachineIndependent", "OSDependent", "GenericCodeGen", "glslang", "glslang-default-resource-limits", "SPIRV", "tbb"]
|
||||
"libs": ["MachineIndependent", "OSDependent", "GenericCodeGen", "glslang", "glslang-default-resource-limits", "SPIRV"]
|
||||
},
|
||||
{
|
||||
"name": "libs-windows-msvc",
|
||||
|
|
@ -56,14 +63,14 @@
|
|||
"name": "lib-windows-msvc",
|
||||
"extends": ["base", "libs-windows-msvc"],
|
||||
"type":"library",
|
||||
"implementations": ["implementations/main"],
|
||||
"implementations": ["implementations/main"]
|
||||
},
|
||||
{
|
||||
"name": "lib-windows-msvc-debug",
|
||||
"extends": ["base", "libs-windows-msvc-debug"],
|
||||
"type":"library",
|
||||
"implementations": ["implementations/main"],
|
||||
"debug": true,
|
||||
"debug": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue