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:
Thomas Ingleby
2014-06-09 17:10:44 +01:00
parent b73841b28b
commit fa1753f4ef
7 changed files with 602 additions and 1 deletions

View File

@ -0,0 +1,4 @@
#include "version.h"
const char* gVERSION = "@VERSION@";
const char* gVERSION_SHORT = "@VERSION_SHORT@";