Skip to content

Commit b02d859

Browse files
committed
C++: Add lots of MaD model generation targets.
1 parent 1acd636 commit b02d859

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

cpp/bulk_generation_targets.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,30 @@ language: cpp
22
strategy: dca
33
destination: cpp/ql/lib/ext/generated
44
targets:
5-
- name: openssl
5+
- name: zlib
6+
with-sinks: false
7+
with-sources: false
8+
- name: brotli
9+
with-sinks: false
10+
with-sources: false
11+
- name: libidn2
12+
with-sinks: false
13+
with-sources: false
14+
- name: libssh2
615
with-sinks: false
716
with-sources: false
817
- name: sqlite
918
with-sinks: false
1019
with-sources: false
20+
- name: openssl
21+
with-sinks: false
22+
with-sources: false
23+
- name: nghttp2
24+
with-sinks: false
25+
with-sources: false
26+
- name: libuv
27+
with-sinks: false
28+
with-sources: false
29+
- name: curl
30+
with-sinks: false
31+
with-sources: false

0 commit comments

Comments
 (0)