mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00

* added similar cmake modules used in libmaa Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
5 lines
106 B
C
5 lines
106 B
C
#include "version.h"
|
|
|
|
const char* gVERSION = "@VERSION@";
|
|
const char* gVERSION_SHORT = "@VERSION_SHORT@";
|