2008-09-22 09:08:49 +08:00
|
|
|
add_llvm_library(LLVMSystem
|
|
|
|
Alarm.cpp
|
2009-05-21 08:48:56 +08:00
|
|
|
Atomic.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
Disassembler.cpp
|
|
|
|
DynamicLibrary.cpp
|
2009-07-02 02:11:20 +08:00
|
|
|
Errno.cpp
|
2008-10-03 01:39:29 +08:00
|
|
|
Host.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
IncludeFile.cpp
|
|
|
|
Memory.cpp
|
|
|
|
Mutex.cpp
|
|
|
|
Path.cpp
|
|
|
|
Process.cpp
|
|
|
|
Program.cpp
|
2009-06-18 01:01:30 +08:00
|
|
|
RWMutex.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
Signals.cpp
|
2009-06-19 01:47:09 +08:00
|
|
|
Threading.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
TimeValue.cpp
|
2009-06-26 05:58:34 +08:00
|
|
|
ThreadLocal.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
)
|
2008-11-13 04:40:56 +08:00
|
|
|
|
|
|
|
if( BUILD_SHARED_LIBS AND NOT WIN32 )
|
|
|
|
target_link_libraries(LLVMSystem dl)
|
|
|
|
endif()
|