-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jonsowman
committed
May 26, 2010
1 parent
d25a932
commit ae8ad20
Showing
51 changed files
with
6,026 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Generated by "Unix Makefiles" Generator, CMake Version 2.6 | ||
|
||
# Relative path conversion top directories. | ||
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/var/hab/cusf-landing-prediction") | ||
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/var/hab/cusf-landing-prediction") | ||
|
||
# Force unix paths in dependencies. | ||
SET(CMAKE_FORCE_UNIX_PATHS 1) | ||
|
||
# The C and CXX include file search paths: | ||
SET(CMAKE_C_INCLUDE_PATH | ||
"/usr/include/glib-2.0" | ||
"/usr/lib/glib-2.0/include" | ||
) | ||
SET(CMAKE_CXX_INCLUDE_PATH ${CMAKE_C_INCLUDE_PATH}) | ||
SET(CMAKE_Fortran_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}) |
Oops, something went wrong.