blob: 4b9ce5dabf259b08ce78c0399ef411aee86fec82 [file] [log] [blame]
Oscar Fuentes00905d52008-09-22 01:08:49 +00001add_llvm_library(LLVMSystem
2 Alarm.cpp
3 Disassembler.cpp
4 DynamicLibrary.cpp
Oscar Fuentesb3a19a52008-10-02 17:39:29 +00005 Host.cpp
Oscar Fuentes00905d52008-09-22 01:08:49 +00006 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 Fuentes9ce5ee92008-11-12 20:40:56 +000015
16if( BUILD_SHARED_LIBS AND NOT WIN32 )
17 target_link_libraries(LLVMSystem dl)
18endif()