LibreWeb-Browser/src/project_config.h.in

12 lines
361 B
C
Raw Permalink Normal View History

#ifndef PROJECT_CONFIG_H
#define PROJECT_CONFIG_H
2021-02-27 15:26:07 -08:00
#define PROJECT_NAME "@PROJECT_NAME@"
2022-01-21 15:39:53 -08:00
#define PROJECT_VER "@PROJECT_VERSION@"
2021-02-27 15:26:07 -08:00
#define PROJECT_VER_MAJOR "@PROJECT_VERSION_MAJOR@"
#define PROJECT_VER_MINOR "@PROJECT_VERSION_MINOR@"
#define PROJECT_VER_PATCH "@PROJECT_VERSION_PATCH@"
2021-02-27 15:26:07 -08:00
#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
#endif // PROJECT_CONFIG_H