meson.build 135 B

123456789
  1. subdir('test_profiles')
  2. if get_option('fastfloat')
  3. subdir('fast_float')
  4. endif
  5. if get_option('threaded')
  6. subdir('threaded')
  7. endif