config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 13 Nov 2014 20:17:46 +0200
changeset 27 6de25ac5876c
parent 21 8b61328ab7c1
child 28 32bebcf6bbbd
permissions -rw-r--r--
[cmake] Change package naming scheme
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     7
#endif
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8