File: cconfig.h.in

package info (click to toggle)
ddcui 0.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,136 kB
  • sloc: cpp: 10,333; ansic: 6,581; xml: 42; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#ifndef DDCUI_CMAKE_CONFIG_H
#define DDCUI_CMAKE_CONFIG_H

// config.h template file, CMake version 

#define DDCUI_VSTRING "${PROJECT_VERSION}"
#define DDCUI_VMAJOR  ${PROJECT_VERSION_MAJOR}
#define DDCUI_VMINOR  ${PROJECT_VERSION_MINOR}
#define DDCUI_VMICRO  ${PROJECT_VERSION_PATCH}

#endif