-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPROJECT
More file actions
36 lines (32 loc) · 1.26 KB
/
PROJECT
File metadata and controls
36 lines (32 loc) · 1.26 KB
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
# ==============================================================================
# PROJECT file - Project configuration
# ==============================================================================
# Format:
# Line 1: Project name (first non-comment, non-section line)
# Line 2: Project version (second non-comment, non-section line)
#
# Dependency sections:
# [lib] - Library dependencies (linked to main library)
# [example] - Example-only dependencies
# [test] - Test-only dependencies
#
# Dependency formats:
# Git: name|https://github.com/org/repo.git|tag
# Find: name (uses find_package)
# Pkg: pkg::name (uses pkg-config)
#
# Lines starting with # are comments
# ==============================================================================
zoneout
0.0.6
[lib]
datapod|https://github.com/robolibs/datapod.git|0.0.41
optinum|https://github.com/robolibs/optinum.git|0.0.18
concord|https://github.com/robolibs/concord.git|0.0.10
vectkit|https://github.com/robolibs/vectkit.git|0.0.8
rastkit|https://github.com/robolibs/rastkit.git|0.0.8
entropy|https://github.com/robolibs/entropy.git|0.0.7
[example]
pkg::rerun_sdk
[test]
doctest|https://github.com/doctest/doctest.git|v2.4.12