update dub
This commit is contained in:
parent
486c17465b
commit
9c5ad29f78
12
dub.json
12
dub.json
@ -9,8 +9,8 @@
|
|||||||
"targetPath": "build",
|
"targetPath": "build",
|
||||||
"sourceFiles-linux": ["build/libvma.a", "build/libstb_image.a"],
|
"sourceFiles-linux": ["build/libvma.a", "build/libstb_image.a"],
|
||||||
"sourceFiles-windows": [],
|
"sourceFiles-windows": [],
|
||||||
"importPaths": ["src/gears", "src/shared", "src/generated"],
|
"importPaths": ["src/gears", "src/shared", "src/generated", "external/xxhash"],
|
||||||
"sourcePaths": ["src/gears", "src/shared", "src/generated"],
|
"sourcePaths": ["src/gears", "src/shared", "src/generated", "external/xxhash"],
|
||||||
"libs-linux": ["xcb", "X11", "X11-xcb", "vulkan", "stdc++"],
|
"libs-linux": ["xcb", "X11", "X11-xcb", "vulkan", "stdc++"],
|
||||||
"libs-windows": [],
|
"libs-windows": [],
|
||||||
"preGenerateCommands-linux": ["./build-vma.sh", "build/Codegen", "dub main:packer", "build/Packer"],
|
"preGenerateCommands-linux": ["./build-vma.sh", "build/Codegen", "dub main:packer", "build/Packer"],
|
||||||
@ -22,8 +22,8 @@
|
|||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetPath": "build",
|
"targetPath": "build",
|
||||||
"targetName": "Packer",
|
"targetName": "Packer",
|
||||||
"importPaths": ["src/packer", "src/shared", "src/generated"],
|
"importPaths": ["src/packer", "src/shared", "src/generated", "external/xxhash"],
|
||||||
"sourcePaths": ["src/packer", "src/shared", "src/generated"],
|
"sourcePaths": ["src/packer", "src/shared", "src/generated", "external/xxhash"],
|
||||||
"sourceFiles-linux": ["build/libstb_image.a", "build/libm3d.a"],
|
"sourceFiles-linux": ["build/libstb_image.a", "build/libm3d.a"],
|
||||||
"preGenerateCommands-linux": ["./build-vma.sh"],
|
"preGenerateCommands-linux": ["./build-vma.sh"],
|
||||||
"preGenerateCommands-windows": [],
|
"preGenerateCommands-windows": [],
|
||||||
@ -34,8 +34,8 @@
|
|||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetPath": "build",
|
"targetPath": "build",
|
||||||
"targetName": "Codegen",
|
"targetName": "Codegen",
|
||||||
"importPaths": ["src/codegen", "src/shared"],
|
"importPaths": ["src/codegen", "src/shared", "external/xxhash"],
|
||||||
"sourcePaths": ["src/codegen", "src/shared"],
|
"sourcePaths": ["src/codegen", "src/shared", "external/xxhash"],
|
||||||
"sourceFiles-linux": ["build/libstb_image.a"],
|
"sourceFiles-linux": ["build/libstb_image.a"],
|
||||||
"preGenerateCommands-linux": ["./build-vma.sh"],
|
"preGenerateCommands-linux": ["./build-vma.sh"],
|
||||||
"preGenerateCommands-windows": [],
|
"preGenerateCommands-windows": [],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user