-
Notifications
You must be signed in to change notification settings - Fork 46
/
fips.yml
71 lines (71 loc) · 2.09 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
imports:
fips-glfw:
git: https://github.com/gscept/fips-glfw.git
group: gfx
fips-anyfx:
git: https://github.com/Duttenheim/fips-anyfx.git
group: gfx
fips-stackwalker:
git: https://github.com/gscept/fips-stackwalker.git
cond: "FIPS_WINDOWS"
group: misc
fips-cjson:
git: https://github.com/floooh/fips-cjson.git
cond: "FIPS_LINUX"
group: misc
fips-imgui:
git: https://github.com/gscept/fips-imgui.git
fips-nanobind:
git: https://github.com/gscept/fips-nanobind.git
fips-stb:
git: https://github.com/fips-libs/fips-stb.git
group: misc
fips-soloud:
git: https://github.com/gscept/fips-soloud.git
group: audio
nebula-libs:
git: https://github.com/gscept/nebula-libs
group: misc
physx:
git: https://github.com/gscept/PhysX.git
branch: nebula
fips-flatbuffers:
git: https://github.com/gscept/fips-flatbuffers.git
gliml:
git: https://github.com/gscept/gliml.git
fips-sqlite3:
git: https://github.com/gscept/fips-sqlite3.git
branch: main
fips-curl:
git: https://github.com/gscept/fips-curl.git
cond: "FIPS_WINDOWS"
fips-compressonator:
git: https://github.com/gscept/fips-compressonator.git
#fixme, make this configurable or put it into its own fips module entirely
#fips-ultralight:
# git: https://github.com/gscept/fips-ultralight.git
fips-turbobadger:
git: https://github.com/gscept/fips-turbobadger.git
exports:
header-dirs :
- .
- code/foundation
- code/render
- code/resource
- code/application
- code/physics
- code/addons
- code/audio
- code/input
- toolkit/editor
modules:
foundation: code/foundation
render: code/render
physics: code/physics
resource: code/resource
application: code/application
addons: code/addons
audio: code/audio
input: code/input
toolkit: toolkit