-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDEPENDENCIES
More file actions
29 lines (28 loc) · 2.13 KB
/
DEPENDENCIES
File metadata and controls
29 lines (28 loc) · 2.13 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
#############################################################################
######################### Add your dependencies here ########################
#############################################################################
#### ####
#### Format: ####
#### - "pack/version" for both (system search first, if not found conan) ####
#### - "pack/[versionMin,versionMax]" ####
#### - "pack/[versionMin]" ####
#### - "pack/version@conanRepository" ####
#### - "pack/version{list,of,component}" ####
#### - "!pack/version@conanRepository" ####
#### - "?pack/version" ####
#### - "pack/version{list,of,component}$" ####
#### - "!pack/version@conanRepository{list,of,component}$" ####
#### - "~pack/version@conanRepository{!excluded,included}$" ####
#### - "!~pack/version@conanRepository" ####
#### ####
#### "!pack/version" -> System search only ####
#### "~pack/version" -> No version check for system ####
#### "?pack/version" -> Conan search only ####
#### "pack/version$" -> Shared ####
#### "pack/version{comp}" -> 'comp' component that needs to be there ####
#### "pack/version{!comp}" -> 'comp' component that will not be used ####
#### ####
#### Package names are case sensitive, see cmake find_package() ####
#### ####
#############################################################################
#############################################################################