-
Notifications
You must be signed in to change notification settings - Fork 200
/
fips.yml
38 lines (36 loc) · 1.07 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
#
# oryol
#
---
imports:
gliml:
git: https://github.com/floooh/gliml.git
fips-glm:
git: https://github.com/fips-libs/fips-glm.git
fips-unittestpp:
git: https://github.com/floooh/fips-unittestpp.git
fips-zlib:
git: https://github.com/fips-libs/fips-zlib.git
fips-glfw:
git: https://github.com/fips-libs/fips-glfw.git
fips-libcurl:
git: https://github.com/floooh/fips-libcurl.git
fips-remotery:
git: https://github.com/fips-libs/fips-remotery.git
fips-vld:
git: https://github.com/floooh/fips-vld.git
exports:
header-dirs :
- code
- code/Modules
modules :
# engine modules
Core : code/Modules/Core
IO : code/Modules/IO
LocalFS : code/Modules/LocalFS
HttpFS : code/Modules/HttpFS
Gfx : code/Modules/Gfx
Resource : code/Modules/Resource
Assets : code/Modules/Assets
Dbg : code/Modules/Dbg
Input : code/Modules/Input