config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 13 Nov 2014 22:39:40 +0200
changeset 33 c7259f0fac72
parent 19 c7e7218be611
child 34 1820e2dc90ef
permissions -rw-r--r--
[cmake] Change package naming scheme
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     7
#endif
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8