Merge commit 'e65c4ef077b746c05185c5aef81e1ad9839d66da'

This commit is contained in:
Ryan Pavlik
2011-03-28 14:14:17 -05:00
2 changed files with 4 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ function(add_file_copy_target _target _dest)
COMMAND
${CMAKE_COMMAND}
ARGS -E copy "${fullpath}" "${_dest}"
MAIN_DEPENDENCY "${fn}"
MAIN_DEPENDENCY "${fullpath}"
VERBATIM
COMMENT "Copying ${fn} to ${absout}")
list(APPEND SOURCES "${fullpath}")