forked from OSchip/llvm-project
parent
c7dfb76fe7
commit
7c297074d4
|
@ -33,7 +33,7 @@ if(CLANG_INSTALL_SCANVIEW)
|
||||||
${CMAKE_BINARY_DIR}/share/scan-view/
|
${CMAKE_BINARY_DIR}/share/scan-view/
|
||||||
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/${ShareFile})
|
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/${ShareFile})
|
||||||
list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${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()
|
endforeach()
|
||||||
|
|
||||||
add_custom_target(scan-view ALL DEPENDS ${Depends})
|
add_custom_target(scan-view ALL DEPENDS ${Depends})
|
||||||
|
|
Loading…
Reference in New Issue