Changeset 3228 for code/branches/core4
- Timestamp:
- Jun 23, 2009, 9:36:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/cmake/PrecompiledHeaderFiles.cmake
r3196 r3228 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 DEPENDS ${_pch_ header_file} ${_pch_dep_helper_file}156 IMPLICIT_DEPENDS ${_pch_header_file}155 DEPENDS ${_pch_dep_helper_file} 156 IMPLICIT_DEPENDS CXX ${_pch_header_file} 157 157 VERBATIM 158 158 )
Note: See TracChangeset
for help on using the changeset viewer.