blob: bf7a0c601e8590453b651a2e2ccadb6ec0bd2f87 [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
Jeffrey Yasskin6f4c7052009-07-01 18:11:20 +00006 Errno.cpp
Oscar Fuentesb3a19a52008-10-02 17:39:29 +00007 Host.cpp
Oscar Fuentes00905d52008-09-22 01:08:49 +00008 IncludeFile.cpp
9 Memory.cpp
10 Mutex.cpp
11 Path.cpp
12 Process.cpp
13 Program.cpp
Douglas Gregor42b130d2009-06-17 17:01:30 +000014 RWMutex.cpp
Oscar Fuentes00905d52008-09-22 01:08:49 +000015 Signals.cpp
Ted Kremenek1f9c6cb2009-06-18 17:47:09 +000016 Threading.cpp
Oscar Fuentes00905d52008-09-22 01:08:49 +000017 TimeValue.cpp
Owen Anderson50b84e62009-06-25 21:58:34 +000018 ThreadLocal.cpp
Oscar Fuentes00905d52008-09-22 01:08:49 +000019 )
Oscar Fuentes9ce5ee92008-11-12 20:40:56 +000020
21if( BUILD_SHARED_LIBS AND NOT WIN32 )
22 target_link_libraries(LLVMSystem dl)
23endif()