summaryrefslogtreecommitdiff
path: root/plugins/meson.build
blob: 2eb9c13cd8f758666903d95059e35b2355aec637 (plain)
1
2
3
4
5
6
7
8
9
subdir('test_profiles')

if get_option('fastfloat')
  subdir('fast_float')
endif

if get_option('threaded')
  subdir('threaded')
endif