removed flecs and setted up vulkan building
This commit is contained in:
parent
7be714b81f
commit
1f594fbed7
8 changed files with 24 additions and 127415 deletions
5
makefile
5
makefile
|
|
@ -2,11 +2,14 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC:=topaz.c linear.c flecs.c
|
||||
SRC:=topaz.c linear.c
|
||||
|
||||
ifeq (${BACKEND},gl)
|
||||
SRC += gl/gl.c gl/platform.c
|
||||
endif
|
||||
ifeq (${BACKEND},vk)
|
||||
SRC += vk/platform.c
|
||||
endif
|
||||
|
||||
OBJ:=${SRC:.c=.o}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue