mirror of
https://github.com/artizirk/wdisplays.git
synced 2024-11-16 06:01:00 +02:00
13 lines
353 B
Meson
13 lines
353 B
Meson
# SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
project('com.github.cyclopsian.wdisplays', 'c', license: 'MIT', version: '0.9')
|
|
|
|
conf = configuration_data()
|
|
conf.set('app_id', meson.project_name())
|
|
conf.set('version', meson.project_version())
|
|
|
|
subdir('protocol')
|
|
subdir('resources')
|
|
subdir('src')
|