forked from kochol/ariyana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfips.yml
53 lines (51 loc) · 1.44 KB
/
fips.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#
# ariyana
#
---
imports:
fips-sx:
git: https://github.com/kochol/fips-sx.git
sokol:
git: https://github.com/kochol/sokol.git
sokol-tools-bin:
git: https://github.com/floooh/sokol-tools-bin
fips-glfw:
git: https://github.com/fips-libs/fips-glfw.git
fips-memory-allocators:
git: https://github.com/kochol/fips-memory-allocators.git
fips-cimgui:
git: https://github.com/fips-libs/fips-cimgui.git
yojimbo:
git: https://github.com/kochol/yojimbo.git
fips-MetaStuff:
git: https://github.com/kochol/fips-MetaStuff.git
exports:
header-dirs :
- src
modules :
# engine modules
ari_2d : src/2d
ari_3d : src/3d
ari_core : src/core
ari_en : src/en
ari_fs_local : src/fs_local
ari_gfx : src/gfx
ari_gui : src/gui
ari_io : src/io
ari_net : src/net
cari_2d : src/c99
cari_3d : src/c99
cari_core : src/c99
cari_io : src/c99
cari_en : src/c99
cari_gfx : src/c99
cari_gui : src/c99
cari_net : src/c99
cari_net_3d : src/c99
run:
t05texcube:
cwd: tests/05-texcube
t07gltf:
cwd: tests/07-gltf
t082d:
cwd: tests/08-2d