File: meson.build

package info (click to toggle)
clutter-gtk 1.8.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,604 kB
  • sloc: sh: 4,707; ansic: 3,177; makefile: 183; xml: 119; sed: 16
file content (16 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
examples = [
  'gtk-clutter-events',
  'gtk-clutter-multistage',
  'gtk-clutter-test',
  'gtk-clutter-test-actor',
  'gtk-clutter-window-test',
]

foreach e: examples
  executable(e, e + '.c',
             dependencies: clutter_gtk_dep,
             include_directories: root_inc,
             c_args: common_cflags + [
               '-DEXAMPLES_DATADIR="@0@"'.format(meson.current_source_dir()),
             ])
endforeach