16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"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": ["./"],
|
|
}
|
|
]
|
|
}
|