blob: 431629a14d63cf997ac87da1d2e10b13ba12739f [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
Ted Kremenek1f9c6cb2009-06-18 17:47:09 +000015 Threading.cpp
Oscar Fuentes00905d52008-09-22 01:08:49 +000016 TimeValue.cpp
Owen Anderson50b84e62009-06-25 21:58:34 +000017 ThreadLocal.cpp
Oscar Fuentes00905d52008-09-22 01:08:49 +000018 )
Oscar Fuentes9ce5ee92008-11-12 20:40:56 +000019
20if( BUILD_SHARED_LIBS AND NOT WIN32 )
21 target_link_libraries(LLVMSystem dl)
22endif()