Changeset 6084 for code/trunk/cmake
- Timestamp:
- Nov 18, 2009, 11:13:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/SourceFileUtilities.cmake
r5963 r6084 53 53 SET(_include_string "${_include_string}#include \"${_file2}\"\n") 54 54 ENDFOREACH(_file2) 55 IF(EXISTS )55 IF(EXISTS ${_compilation_file}) 56 56 FILE(READ ${_compilation_file} _include_string_file) 57 57 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.