CMake: make sure compiler-rt headers are copied to build tree if 'compilrer-rt' target is built

llvm-svn: 195002
This commit is contained in:
Alexey Samsonov 2013-11-18 10:57:36 +00:00
parent 151f06d80d
commit 1011fe6a6e
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ foreach( f ${SANITIZER_HEADERS} )
endforeach( f )
add_custom_target(compiler-rt-headers ALL DEPENDS ${out_files})
add_dependencies(compiler-rt compiler-rt-headers)
# Install sanitizer headers.
install(FILES ${SANITIZER_HEADERS}