Private
Public Access
2
0
Files
mraa/cmake/modules/version.c.in
Thomas Ingleby 6d2ca4b97a CMake: add spdx tags to modules
Helps to be explict what license each module is under

Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
2019-05-23 10:09:12 -07:00

6 lines
129 B
C

// Auto-Generated file
#include "version.h"
const char* gVERSION = "@VERSION@";
const char* gVERSION_SHORT = "@VERSION_SHORT@";