File: meson.build

package info (click to toggle)
xrdesktop 0.15.1-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,812 kB
  • sloc: ansic: 12,148; xml: 286; python: 185; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
executable(
  'hand-shake', ['hand-shake.c', test_resources, shader_resources],
  dependencies: [gxr_dep, m_dep],
  link_with: xrdesktop_lib,
  include_directories: xrdesktop_inc,
  install: false)

executable(
  'client', ['client.c', test_resources, shader_resources],
  dependencies: [gxr_dep],
  link_with: xrdesktop_lib,
  include_directories: xrdesktop_inc,
  install: false)

executable(
  'settings', ['settings.c'],
  dependencies: [gxr_dep],
  link_with: xrdesktop_lib,
  include_directories: xrdesktop_inc,
  install: false)