-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfips.yml
39 lines (38 loc) · 1011 Bytes
/
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
#
# hex_weekend
#
---
imports:
sokol:
git: https://github.com/floooh/sokol
sokol-tools-bin:
git: https://github.com/floooh/sokol-tools-bin
fips-cimgui:
git: https://github.com/fips-libs/fips-cimgui.git
fips-imgui:
git: https://github.com/fips-libs/fips-imgui.git
fips-utils:
git: https://github.com/fips-libs/fips-utils
fips-dawn:
git: https://github.com/fips-libs/fips-dawn
# imports:
# PROJ-NAME:
# git: GIT-URL
# branch: OPTIONAL BRANCH OR TAG NAME
# exports:
# header-dirs:
# - RELATIVE HEADER SEARCH PATH
# - ...
# lib-dirs:
# - RELATIVE LIB SEARCH PATH
# - ...
# defines:
# KEY: VALUE (C preprocessor defines)
# ...: ...
# modules:
# NAME: DIRECTORY WITH CMakeLists.txt of MODULE
# ...: ...
# run:
# TARGET-NAME:
# cwd: WORKING DIRECTORY FOR 'fips run target'
# ...