forked from OSchip/llvm-project
[Testing] Fix standalone builds after a7691dee2d
This commit is contained in:
parent
f6a5ab6c8c
commit
713800d331
|
@ -1,3 +1,6 @@
|
|||
# Don't include this target in LLVMExports. FIXME: is there a cleaner way?
|
||||
set(EXCLUDE_FROM_ALL ON)
|
||||
|
||||
# Not add_clang_library: this is not part of clang's public library interface.
|
||||
# Unit tests should depend on this with target_link_libraries(), rather
|
||||
# than with clang_target_link_libraries().
|
||||
|
|
Loading…
Reference in New Issue