File: VersionInfo.cpp.in

package info (click to toggle)
bespokesynth 1.3.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,716 kB
  • sloc: cpp: 117,136; ansic: 18,752; python: 593; xml: 74; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#include "VersionInfo.h"

// This file will get replaced with the CMAKE variables as below at build time
namespace Bespoke
{
    const char* APP_NAME = "@CMAKE_PROJECT_NAME@";
    const char* VERSION = "@CMAKE_PROJECT_VERSION@";
    const char* PYTHON_VERSION ="@Python_VERSION@";
    const char* CMAKE_INSTALL_PREFIX = "@CMAKE_INSTALL_PREFIX@";
}