mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
dc2008cb1a
LLVMSystem. llvm-svn: 59159
19 lines
293 B
CMake
19 lines
293 B
CMake
add_llvm_library(LLVMSystem
|
|
Alarm.cpp
|
|
Disassembler.cpp
|
|
DynamicLibrary.cpp
|
|
Host.cpp
|
|
IncludeFile.cpp
|
|
Memory.cpp
|
|
Mutex.cpp
|
|
Path.cpp
|
|
Process.cpp
|
|
Program.cpp
|
|
Signals.cpp
|
|
TimeValue.cpp
|
|
)
|
|
|
|
if( BUILD_SHARED_LIBS AND NOT WIN32 )
|
|
target_link_libraries(LLVMSystem dl)
|
|
endif()
|