diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-03 14:17:52 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-03 14:17:52 +0100 |
| commit | 25a5462dca99b0f8317e6a08194a56dd5fe1a458 (patch) | |
| tree | 860c4f2e71bdaf22921d11a8ec22dd2dc854ef1b /build/data/font/CMakeFiles | |
| parent | bdb24d2eb406a6dc313f31c796201dd1fdb998f2 (diff) | |
Allow optional ipv6 build, how comes that so far noone screamed that the support is not in...
Diffstat (limited to 'build/data/font/CMakeFiles')
| -rw-r--r-- | build/data/font/CMakeFiles/CMakeDirectoryInformation.cmake | 27 | ||||
| -rw-r--r-- | build/data/font/CMakeFiles/progress.make | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/build/data/font/CMakeFiles/CMakeDirectoryInformation.cmake b/build/data/font/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..36d5ddc --- /dev/null +++ b/build/data/font/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,27 @@ +# 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 "/home/scarab/tuxanci") +SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/scarab/tuxanci/build") + +# 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/base" + "../src/net" + "../src/client" + "../src/screen" + "../src/widget" + "/usr/include/SDL" + ) +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}) diff --git a/build/data/font/CMakeFiles/progress.make b/build/data/font/CMakeFiles/progress.make new file mode 100644 index 0000000..573541a --- /dev/null +++ b/build/data/font/CMakeFiles/progress.make @@ -0,0 +1 @@ +0 |