wdisplays_github/src/config.h.in

12 lines
307 B
C
Raw Permalink Normal View History

/* SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
* SPDX-License-Identifier: GPL-3.0-or-later */
2019-12-10 00:32:55 +02:00
#ifndef WDISPLAY_CONFIG_H
#define WDISPLAY_CONFIG_H
#define WDISPLAYS_APP_ID "@app_id@"
#define WDISPLAYS_VERSION "@version@"
2020-05-09 20:37:18 +03:00
#define WDISPLAYS_RESOURCE_PREFIX "@resource_prefix@"
2019-12-10 00:32:55 +02:00
#endif