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