wdisplays_github/src/config.h.in

11 lines
207 B
C

/* SPDX-License-Identifier: MIT */
/* Copyright (C) 2019 cyclopsian */
#ifndef WDISPLAY_CONFIG_H
#define WDISPLAY_CONFIG_H
#define WDISPLAYS_APP_ID "@app_id@"
#define WDISPLAYS_VERSION "@version@"
#endif