summaryrefslogtreecommitdiff
path: root/plugins/meson.build
blob: 93d78b2d0030c7d3ad8b1e75282192469d17c563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
plugin_cflags = [
  '-I' + meson.project_source_root(),
  '-I' + meson.project_source_root() / 'pluma',
]

subdir('docinfo')
subdir('externaltools')
subdir('filebrowser')
subdir('modelines')
subdir('pythonconsole')
subdir('quickopen')
subdir('snippets')
subdir('sort')
subdir('taglist')
subdir('time')
subdir('trailsave')
if have_enchant
  subdir('spell')
endif