Oscar Fuentes | 3145e92 | 2011-02-20 22:06:10 +0000 | [diff] [blame] | 1 | add_llvm_utility(FileUpdate |
Daniel Dunbar | 75bc528 | 2009-08-03 05:12:16 +0000 | [diff] [blame] | 2 | FileUpdate.cpp |
| 3 | ) |
| 4 | |
Michael J. Spencer | 447762d | 2010-11-29 18:16:10 +0000 | [diff] [blame] | 5 | target_link_libraries(FileUpdate LLVMSupport) |
Daniel Dunbar | 75bc528 | 2009-08-03 05:12:16 +0000 | [diff] [blame] | 6 | if( MINGW ) |
| 7 | target_link_libraries(FileUpdate imagehlp psapi) |
| 8 | endif( MINGW ) |
| 9 | if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD ) |
| 10 | target_link_libraries(FileUpdate pthread) |
| 11 | endif() |