Changeset 6120 for code/branches/presentation2/cmake
- Timestamp:
- Nov 22, 2009, 4:25:02 PM (15 years ago)
- Location:
- code/branches/presentation2/cmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/cmake/PrecompiledHeaderFiles.cmake
r5929 r6120 94 94 SET(_old_flags "") 95 95 ENDIF() 96 96 SET_SOURCE_FILES_PROPERTIES(${_file} PROPERTIES COMPILE_FLAGS "${_old_flags} /FI\"${_pch_header_file}\" /Yu\"${_pch_header_file}\" /Fp\"${_pch_file}\"") 97 97 ENDIF(NOT _is_header) 98 98 ENDFOREACH(_file) … … 152 152 COMMAND ${CMAKE_CXX_COMPILER} 153 153 ARGS ${pchsupport_compiler_cxx_arg1} ${_pch_gcc_flags} -c -x c++-header -o ${_pch_file} ${_pch_header_file} 154 154 WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} 155 155 DEPENDS ${_pch_dep_helper_file} 156 156 IMPLICIT_DEPENDS CXX ${_pch_header_file} -
code/branches/presentation2/cmake/SourceFileUtilities.cmake
r6084 r6120 75 75 IF(_compile AND NOT DISABLE_COMPILATIONS) 76 76 LIST(APPEND _compilation ${_filepath}) 77 77 LIST(APPEND _fullpath_sources "H") 78 78 ENDIF() 79 79 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.