mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 06:01:16 +03:00
ipk: add cpack ipk generation
* added similar cmake modules used in libmaa Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
4
cmake/modules/version.c.in
Normal file
4
cmake/modules/version.c.in
Normal file
@ -0,0 +1,4 @@
|
||||
#include "version.h"
|
||||
|
||||
const char* gVERSION = "@VERSION@";
|
||||
const char* gVERSION_SHORT = "@VERSION_SHORT@";
|
Reference in New Issue
Block a user