Make sure install Clang headers when building clang-cc

llvm-svn: 74163
This commit is contained in:
Douglas Gregor 2009-06-25 05:07:31 +00:00
parent d4daf75100
commit 9b5f9cd2f7
2 changed files with 2 additions and 1 deletions

View File

@ -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}

View File

@ -24,3 +24,4 @@ set( LLVM_LINK_COMPONENTS
add_clang_executable(clang-cc
clang-cc.cpp
)
add_dependencies(clang-cc clang-headers)