File: meson.build

package info (click to toggle)
colord 1.4.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,336 kB
  • sloc: ansic: 48,896; xml: 24,173; python: 79; sh: 70; makefile: 48; cpp: 38
file content (8 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
lib_incdir = include_directories('.')

subdir('colord')
subdir('colorhug')

if get_option('libcolordcompat')
  subdir('compat')
endif