ipc_tests = [ [ 'unixsocket', 'unixsocket.cpp' ], ] foreach t : ipc_tests exe = executable(t[0], t[1], dependencies : libcamera_dep, link_with : test_libraries, include_directories : test_includes_internal) test(t[0], exe, suite : 'ipc') endforeach /base/meson.build?h=rpi/streams/next' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/src/libcamera/base/meson.build
blob: 871721571e9863f462e631d45ca01cf400b9f689 (plain)
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
43
44
45
46
47
48
49