Welcome to mirror list, hosted at ThFree Co, Russian Federation.

meson.build « libdecsync « decsync « backend « plugins - github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f701917f5735046d5a7286951f7dac5e705551ca (plain)
1
2
3
4
5
6
project('libdecsync', ['vala', 'c'])

gee       = dependency('gee-0.8')
json_glib = dependency('json-glib-1.0')

subdir('src')