aboutsummaryrefslogtreecommitdiff
path: root/src/lib/meson.build
blob: 93dbf5c4d702b0632b2f581cd2aab2062aae6fc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
subdir('util')
subdir('hello')
subdir('block')
subdir('json', if_found : json_dep)
subdir('curl', if_found : [curl_dep])
subdir('sq', if_found : [sqlite_dep])
subdir('pq', if_found : [pq_dep])
subdir('gnsrecord')
subdir('testing')