-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcps.yml
More file actions
40 lines (40 loc) · 729 Bytes
/
cps.yml
File metadata and controls
40 lines (40 loc) · 729 Bytes
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
name: abc
version: 1.4.5
buildSystem: cmake
license: <Put the package license here>
author: <Put your name here> <And your email here>
url: <Package recipe repository url here, for issues about the package>
description: <Description of Abc here>
topics:
- dds
- ipc
options:
- name: shared
values:
- true
- false
default: false
- name: option1
values:
- true
- false
default: true
packages:
- name: fmt
version: 8.1.1
type: conan
options:
header_only: true
- name: ms-gsl
version: 4.0.0
type: conan
executables: []
libraries:
- name: Hello
src:
- src/Greeter.cpp
inc:
- src/Greeter.hpp
req: []
requires:
- fmt::fmt