Fix build

llvm-svn: 252991
This commit is contained in:
Jonathan Roelofs 2015-11-13 01:23:40 +00:00
parent c7dfb76fe7
commit 7c297074d4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if(CLANG_INSTALL_SCANVIEW)
${CMAKE_BINARY_DIR}/share/scan-view/
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/${ShareFile})
list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile})
install(FILES Shares/${ShareFile} DESTINATION share/scan-view)
install(FILES share/${ShareFile} DESTINATION share/scan-view)
endforeach()
add_custom_target(scan-view ALL DEPENDS ${Depends})