forked from OSchip/llvm-project
Make sure install Clang headers when building clang-cc
llvm-svn: 74163
This commit is contained in:
parent
d4daf75100
commit
9b5f9cd2f7
|
@ -31,7 +31,7 @@ foreach( f ${files} )
|
|||
COMMENT "Copying clang's ${f}...")
|
||||
endforeach( f )
|
||||
|
||||
add_custom_target(clang_headers ALL
|
||||
add_custom_target(clang-headers ALL
|
||||
DEPENDS ${files})
|
||||
|
||||
install(FILES ${files}
|
||||
|
|
|
@ -24,3 +24,4 @@ set( LLVM_LINK_COMPONENTS
|
|||
add_clang_executable(clang-cc
|
||||
clang-cc.cpp
|
||||
)
|
||||
add_dependencies(clang-cc clang-headers)
|
||||
|
|
Loading…
Reference in New Issue