Changeset 3160
- Timestamp:
- Jun 13, 2009, 10:24:14 PM (15 years ago)
- Location:
- code/branches/pch
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/cmake/PrecompiledHeaderFiles.cmake
r3117 r3160 101 101 102 102 SET(_pch_file "${CMAKE_CURRENT_BINARY_DIR}/${_pch_header_filename}.gch") 103 SET(_pch_dep_helper_file "${CMAKE_CURRENT_BINARY_DIR}/${_target_name} _pch_dependency_helper.cc")103 SET(_pch_dep_helper_file "${CMAKE_CURRENT_BINARY_DIR}/${_target_name}PCHDependencyHelper.h") 104 104 105 105 # Append the gch-dir to make sure gcc finds the pch file … … 122 122 SET_SOURCE_FILES_PROPERTIES(${_file} PROPERTIES 123 123 COMPILE_FLAGS "${_old_flags} -include ${_pch_header_filename}" 124 124 OBJECT_DEPENDS "${_pch_header_file};${_pch_file}" 125 125 ) 126 126 ENDIF(NOT _is_header) -
code/branches/pch/src/core/CMakeLists.txt
r3116 r3160 72 72 DEFINE_SYMBOL 73 73 "CORE_SHARED_BUILD" 74 PCH_FILE 75 CorePrecompiledHeaders.h 74 76 LINK_LIBRARIES 75 77 ${OGRE_LIBRARY}
Note: See TracChangeset
for help on using the changeset viewer.