summary refs log tree commit diff stats
path: root/src/meson.build
blob: ff2c88717e06cb2c683c2ded48418ba1576ee29f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
subdir('common')

if get_option('with-gtk')
  subdir('fe-gtk')
endif

if get_option('with-text')
  subdir('fe-text')
endif

if get_option('with-theme-manager')
  subdir('htm')
endif