mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 15:22:20 +02:00
Initial release
This commit is contained in:
18
src/meson.build
Normal file
18
src/meson.build
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# Copyright (C) 2020 Arnaud Ferraris <arnaud.ferraris@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#
|
||||
|
||||
executable (
|
||||
'eg25manager',
|
||||
[
|
||||
'at.c', 'at.h',
|
||||
'gpio.c', 'gpio.h',
|
||||
'manager.c', 'manager.h',
|
||||
'mm-iface.c', 'mm-iface.h',
|
||||
'suspend.c', 'suspend.h',
|
||||
],
|
||||
dependencies : mgr_deps,
|
||||
install : true
|
||||
)
|
Reference in New Issue
Block a user