blob: ae3f371ea08e670f6b8d9a1494388fc116319f5a [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
Douglas Gregor42b130d2009-06-17 17:01:30 +000013 RWMutex.cpp
Oscar Fuentes00905d52008-09-22 01:08:49 +000014 Signals.cpp
15 TimeValue.cpp
16 )
Oscar Fuentes9ce5ee92008-11-12 20:40:56 +000017
18if( BUILD_SHARED_LIBS AND NOT WIN32 )
19 target_link_libraries(LLVMSystem dl)
20endif()