-
Notifications
You must be signed in to change notification settings - Fork 56
/
.cppdep.yml
42 lines (42 loc) · 923 Bytes
/
.cppdep.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
40
41
42
internal:
- name: scram
path: .
packages:
- name: include
include:
- .
- name: core
src:
- src
ignore:
- src/tags
- src/ext
- name: gui
src:
- gui
ignore:
- gui/tests
- gui/main.cpp
- name: ext
src:
- src/ext
external:
- name: Dependencies
path: /usr/include
packages:
- name: STL
pattern:
- "[a-z_]+$"
- name: Boost
pattern:
- boost
- name: LibXML
pattern:
- libxml
- name: Qt5
pattern:
- Q\w+
- ui_
- name: Windows System
pattern:
- windows.h