File: externalLibcfg.h.cmake

package info (click to toggle)
vdt 0.4.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: cpp: 2,382; ansic: 1,589; python: 1,126; csh: 16; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 
* Do not modify externalLibcfg.h, it's automatically generated by
* Cmake. Modify externalLibcfg.h.cmake instead.
*/

#ifndef _VDT_EXTERNAL_LIB_CFG_
#define _VDT_EXTERNAL_LIB_CFG_

//Vc usage setup
#cmakedefine01 USE_VC
#if USE_VC
  //use this flag through the program
  #define _VC_AVAILABLE_
#endif

#endif