mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
9c258fa7e1
I added a version.hpp and updated the version.py so that one can find the version of the library either from the c++ or the python (if there is python support). modified: CMakeLists.txt modified: cmake/TRIQSConfig.cmake.in modified: pytriqs/version.py.in modified: triqs/CMakeLists.txt new file: triqs/version.hpp.in
8 lines
141 B
C++
8 lines
141 B
C++
#ifndef TRIQS_VERSION_HPP
|
|
#define TRIQS_VERSION_HPP
|
|
|
|
#define TRIQS_VERSION "@TRIQS_VERSION@"
|
|
#define TRIQS_RELEASE "@TRIQS_RELEASE@"
|
|
|
|
#endif
|