forked from OSchip/llvm-project
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:
parent
151f06d80d
commit
1011fe6a6e
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue