File: mbl_config.h.in

package info (click to toggle)
vxl 1.17.0.dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 153,280 kB
  • ctags: 105,123
  • sloc: cpp: 747,420; ansic: 209,130; fortran: 34,230; lisp: 14,915; sh: 6,187; python: 5,856; makefile: 340; perl: 294; xml: 160
file content (15 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MBL_CONFIG_H_ // file guard
//:
// \file
// \author Ian Scott
// \brief Allows cmake to set up macros for mbl

// Note: The make system (eg cmake) should generate a file, mbl_config.h, from
// this, in which the macro is set correctly.
// For non-cmake systems this might cause a problem.  In particular if there is
// no mbl_config.h, some other stuff might not compile.

#define MBL_CONFIG_TEST_SAVE_MEASUREMENT_ROOT "${VXL_MBL_TEST_SAVE_MEASUREMENT_ROOT}"
#define MBL_CONFIG_BUILD_NAME "${BUILDNAME}"

#endif