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

meson.build - github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b694ddfe473fcfbe7d0323b7aa71021bd8c1815c (plain)
1
2
3
4
5
6
7
8
9
project('libdecsync', ['vala', 'c'],
  version: '1.2.0',
  license: 'LGPL'
)

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

subdir('src')