|
Last change
on this file since 95feb3e9 was 1dbba6c, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 4 years ago |
|
Update headers in Meson build files
|
-
Property mode
set to
100644
|
|
File size:
267 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # SPDX-FileCopyrightText: 2019 Jiri Svoboda
|
|---|
| 3 | #
|
|---|
| 4 | # SPDX-License-Identifier: BSD-3-Clause
|
|---|
| 5 | #
|
|---|
| 6 |
|
|---|
| 7 | deps = [ 'gfx', 'ipcgfx' ]
|
|---|
| 8 | src = files(
|
|---|
| 9 | 'src/display.c',
|
|---|
| 10 | 'src/disp_srv.c',
|
|---|
| 11 | 'src/wndresize.c',
|
|---|
| 12 | )
|
|---|
| 13 |
|
|---|
| 14 | test_src = files(
|
|---|
| 15 | 'test/display.c',
|
|---|
| 16 | 'test/main.c',
|
|---|
| 17 | 'test/wndresize.c',
|
|---|
| 18 | )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.