remove extra build config files
This commit is contained in:
parent
93b04b1b2b
commit
6bec397d91
@ -1,15 +0,0 @@
|
||||
{
|
||||
"name": "asset-packer",
|
||||
"targetName": "Packer",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "default",
|
||||
"targetType": "executable",
|
||||
"targetPath": "../build",
|
||||
"platforms": ["linux", "windows"],
|
||||
"importPaths": ["./", "../src"],
|
||||
"sourceFiles-linux": ["../src/util.d", "../build/libxxhash.a"],
|
||||
"sourcePaths": ["./"],
|
||||
}
|
||||
]
|
||||
}
|
||||
20
src/dub.json
20
src/dub.json
@ -1,20 +0,0 @@
|
||||
{
|
||||
"name": "gears",
|
||||
"targetName": "Gears",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "default",
|
||||
"targetType": "executable",
|
||||
"targetPath": "../build",
|
||||
"platforms": ["linux", "windows"],
|
||||
"sourceFiles-linux": ["../build/libvma.a", "../build/libxxhash.a"],
|
||||
"sourceFiles-windows": [],
|
||||
"importPaths": ["./"],
|
||||
"sourcePaths": ["./"],
|
||||
"libs-linux": ["xcb", "X11", "X11-xcb", "vulkan", "stdc++"],
|
||||
"libs-windows": [],
|
||||
"preGenerateCommands-linux": ["../build-vma.sh"],
|
||||
"preGenerateCommands-windows": [],
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user