Added Flecs, license comments and created the project outline.
This commit is contained in:
parent
d716b6cea7
commit
7be714b81f
16 changed files with 127682 additions and 5 deletions
4
makefile
4
makefile
|
|
@ -1,6 +1,8 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
include config.mk
|
||||
|
||||
SRC:=topaz.c
|
||||
SRC:=topaz.c linear.c flecs.c
|
||||
|
||||
ifeq (${BACKEND},gl)
|
||||
SRC += gl/gl.c gl/platform.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue