summaryrefslogtreecommitdiffstats
path: root/test cases/common/142 nested links/meson.build
blob: 0821b038dc61efa82af69b0434a3715d5b051dff (plain)
1
2
3
4
5
6
7
8
project('test', 'c')

libxserver_dri3 = []
libxserver = [ libxserver_dri3 ]

executable('Xephyr', 'xephyr.c', link_with: [ libxserver ])

executable('Zephyr', 'xephyr.c', link_args: [[], []])