Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMSystem |
| 2 | Alarm.cpp |
Owen Anderson | c308c50 | 2009-05-21 00:48:56 +0000 | [diff] [blame] | 3 | Atomic.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 4 | Disassembler.cpp |
| 5 | DynamicLibrary.cpp |
Oscar Fuentes | b3a19a5 | 2008-10-02 17:39:29 +0000 | [diff] [blame] | 6 | Host.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 7 | IncludeFile.cpp |
| 8 | Memory.cpp |
| 9 | Mutex.cpp |
| 10 | Path.cpp |
| 11 | Process.cpp |
| 12 | Program.cpp |
| 13 | Signals.cpp |
| 14 | TimeValue.cpp |
| 15 | ) |
Oscar Fuentes | 9ce5ee9 | 2008-11-12 20:40:56 +0000 | [diff] [blame] | 16 | |
| 17 | if( BUILD_SHARED_LIBS AND NOT WIN32 ) |
| 18 | target_link_libraries(LLVMSystem dl) |
| 19 | endif() |