JDFTx  1.2.0
config.in.h
1 /*-------------------------------------------------------------------
2 Copyright 2011 Ravishankar Sundararaman
3 
4 This file is part of JDFTx.
5 
6 JDFTx is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10 
11 JDFTx is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15 
16 You should have received a copy of the GNU General Public License
17 along with JDFTx. If not, see <http://www.gnu.org/licenses/>.
18 -------------------------------------------------------------------*/
19 
20 #ifndef JDFTX_CONFIG_H
21 #define JDFTX_CONFIG_H
22 
23 //Configuration definitions processed by Cmake
24 // Do not edit config.h, it is generated by Cmake
25 // Edit config.in.h instead
26 
27 #define PACKAGE_NAME "${CPACK_PACKAGE_NAME}"
28 #define PACKAGE_DESCRIPTION "${CPACK_PACKAGE_DESCRIPTION}"
29 #define PACKAGE_SUMMARY "${CPACK_PACKAGE_DESCRIPTION_SUMMARY}"
30 #define VERSION_MAJOR_MINOR_PATCH "${VERSION_STRING}"
31 #define VERSION_HASH "${GIT_HASH}"
32 #define JDFTX_BUILD_DIR "${CMAKE_BINARY_DIR}"
33 
34 #endif // JDFTX_CONFIG_H