blob: 5415dd6e300c0a11a6a46afcc729c44fea42ee5d [file] [log] [blame]
Oscar Fuentes00905d52008-09-22 01:08:49 +00001add_llvm_library(LLVMSystem
2 Alarm.cpp
Owen Andersonc308c502009-05-21 00:48:56 +00003 Atomic.cpp
Oscar Fuentes00905d52008-09-22 01:08:49 +00004 Disassembler.cpp
5 DynamicLibrary.cpp
Oscar Fuentesb3a19a52008-10-02 17:39:29 +00006 Host.cpp
Oscar Fuentes00905d52008-09-22 01:08:49 +00007 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 Fuentes9ce5ee92008-11-12 20:40:56 +000016
17if( BUILD_SHARED_LIBS AND NOT WIN32 )
18 target_link_libraries(LLVMSystem dl)
19endif()