1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/System/CMakeLists.txt

19 lines
293 B
CMake
Raw Normal View History

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()