The-NodeBox-Generator/src/conf_cmake.hpp.in

12 lines
277 B
C++
Raw Normal View History

2014-07-01 12:27:07 -07:00
#ifndef CONF_CMAKE_HPP_INCLUDED
2014-07-01 12:29:22 -07:00
#define CONF_CMAKE_HPP_INCLUDED
2014-07-01 12:27:07 -07:00
2015-10-28 14:52:17 -07:00
#define EDITOR_TEXT_VERSION "@NBE_MAJOR_VERSION@.@NBE_MINOR_VERSION@.@NBE_PATCH_VERSION@"
#define EDITOR_TEXT_VERSION_LABEL EDITOR_TEXT_VERSION " - @NBE_LABEL_VERSION@"
2014-07-01 12:27:07 -07:00
2015-05-10 09:15:24 -07:00
#if @DEBUG@
#define _DEBUG
#endif
2014-07-01 12:27:07 -07:00
#endif