File: dummy2.cc

package info (click to toggle)
vips 8.10.5-2
  • links: PTS
  • area: main
  • in suites:
  • size: 40,952 kB
  • sloc: ansic: 201,201; cpp: 9,766; sh: 5,031; xml: 4,191; python: 3,869; makefile: 1,033; perl: 40
file content (4 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (5)
1
2
3
4
/* mac os x libtool needs to link libraries containing c++ (eg. cimg) with 
 * g++ ... force this with a dummy c++ file at the top level
 */
const int im__dummy_value = 42;