File: CMakeDirectoryInformation.cmake

package info (click to toggle)
hugin 0.7.0~svn3191%2Bbeta5-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 18,680 kB
  • ctags: 14,527
  • sloc: cpp: 66,749; ansic: 6,140; sh: 3,338; makefile: 575; perl: 113; java: 29; xml: 9
file content (22 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.4

# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)

# The C and CXX include file search paths:
SET(CMAKE_C_INCLUDE_PATH
  "src"
  "src/hugin_base"
  "src/foreign"
  "src/foreign/vigra"
  "/usr/include"
  "/usr/include/OpenEXR"
  )
SET(CMAKE_CXX_INCLUDE_PATH ${CMAKE_C_INCLUDE_PATH})

# The C and CXX include file regular expressions for this directory.
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})