repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
several major improvements to the sparc backend: support for weak linkage
[llvm/avr.git]
/
utils
/
FileCheck
/
CMakeLists.txt
blob
8fee03fb57b064fe3ceb53c89f7618dd2c3ab5e1
1
add_executable(FileCheck
2
FileCheck.cpp
3
)
4
5
target_link_libraries(FileCheck LLVMSupport LLVMSystem)
6
if( MINGW )
7
target_link_libraries(FileCheck imagehlp psapi)
8
endif( MINGW )
9
if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
10
target_link_libraries(FileCheck pthread)
11
endif()