restructure project
This commit is contained in:
parent
6bec397d91
commit
ad53a5d948
@ -1 +0,0 @@
|
||||
#include "../external/xxhash/xxhash.h"
|
||||
12
dub.json
12
dub.json
@ -7,11 +7,10 @@
|
||||
"targetType": "executable",
|
||||
"targetName": "Gears",
|
||||
"targetPath": "build",
|
||||
"platforms": ["linux", "windows"],
|
||||
"sourceFiles-linux": ["build/libvma.a", "build/libxxhash.a"],
|
||||
"sourceFiles-windows": [],
|
||||
"importPaths": ["src"],
|
||||
"sourcePaths": ["src"],
|
||||
"importPaths": ["src/gears", "src/shared"],
|
||||
"sourcePaths": ["src/gears", "src/shared"],
|
||||
"libs-linux": ["xcb", "X11", "X11-xcb", "vulkan", "stdc++"],
|
||||
"libs-windows": [],
|
||||
"preGenerateCommands-linux": ["./build-vma.sh"],
|
||||
@ -22,10 +21,9 @@
|
||||
"targetType": "executable",
|
||||
"targetPath": "build",
|
||||
"targetName": "Packer",
|
||||
"platforms": ["linux", "windows"],
|
||||
"importPaths": ["src", "asset-packer"],
|
||||
"sourceFiles-linux": ["src/util.d", "build/libxxhash.a"],
|
||||
"sourcePaths": ["asset-packer"],
|
||||
"importPaths": ["src/packer", "src/shared"],
|
||||
"sourcePaths": ["src/packer", "src/shared"],
|
||||
"sourceFiles-linux": ["build/libxxhash.a"],
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -20,6 +20,6 @@
|
||||
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
|
||||
#define VMA_VULKAN_VERSION 1003000
|
||||
|
||||
#include "../external/vma/vk_mem_alloc.h"
|
||||
#include "../../external/vma/vk_mem_alloc.h"
|
||||
|
||||
#include "../external/xxhash/xxhash.h"
|
||||
#include "../../external/xxhash/xxhash.h"
|
||||
BIN
src/main.o
BIN
src/main.o
Binary file not shown.
1
src/packer/includes.c
Normal file
1
src/packer/includes.c
Normal file
@ -0,0 +1 @@
|
||||
#include "../../external/xxhash/xxhash.h"
|
||||
Loading…
x
Reference in New Issue
Block a user