mirror of https://github.com/microsoft/clang.git
Fix build
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
361b11deda
commit
f16ec89533
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue