Changeset 5871 for code/branches/core5/cmake
- Timestamp:
- Oct 4, 2009, 6:06:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/cmake/SourceFileUtilities.cmake
r5870 r5871 47 47 MESSAGE(FATAL_ERROR "No name provided for source file compilation") 48 48 ENDIF() 49 SET(_include_string) 49 50 FOREACH(_file2 ${_compilation}) 50 SET(_include_string "${_include_string} \n#include \"${_file2}\"")51 SET(_include_string "${_include_string}#include \"${_file2}\"\n") 51 52 ENDFOREACH(_file2) 52 53 IF(EXISTS ${CMAKE_CURRENT_BINARY_DIR}/${_compilation_name})
Note: See TracChangeset
for help on using the changeset viewer.