File: meson.build

package info (click to toggle)
lcms2 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,632 kB
  • sloc: ansic: 46,202; sh: 4,263; pascal: 1,960; makefile: 197; cpp: 84
file content (9 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
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