facecam2d/src/config.hpp.in

9 lines
127 B
C++
Raw Normal View History

#ifndef CONFIG_HPP
#define CONFIG_HPP
#define PROJECT_NAME "@PROJECT_NAME@"
#define VERSION_CODE "@PROJECT_VERSION@"
#endif