mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 20:04:03 +00:00
aef431f9cb
llvm-svn: 74210
23 lines
354 B
CMake
23 lines
354 B
CMake
add_llvm_library(LLVMSystem
|
|
Alarm.cpp
|
|
Atomic.cpp
|
|
Disassembler.cpp
|
|
DynamicLibrary.cpp
|
|
Host.cpp
|
|
IncludeFile.cpp
|
|
Memory.cpp
|
|
Mutex.cpp
|
|
Path.cpp
|
|
Process.cpp
|
|
Program.cpp
|
|
RWMutex.cpp
|
|
Signals.cpp
|
|
Threading.cpp
|
|
TimeValue.cpp
|
|
ThreadLocal.cpp
|
|
)
|
|
|
|
if( BUILD_SHARED_LIBS AND NOT WIN32 )
|
|
target_link_libraries(LLVMSystem dl)
|
|
endif()
|