repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
lib
/
System
/
CMakeLists.txt
blob
4b9ce5dabf259b08ce78c0399ef411aee86fec82
1
add_llvm_library(LLVMSystem
2
Alarm.cpp
3
Disassembler.cpp
4
DynamicLibrary.cpp
5
Host.cpp
6
IncludeFile.cpp
7
Memory.cpp
8
Mutex.cpp
9
Path.cpp
10
Process.cpp
11
Program.cpp
12
Signals.cpp
13
TimeValue.cpp
14
)
15
16
if( BUILD_SHARED_LIBS AND NOT WIN32 )
17
target_link_libraries(LLVMSystem dl)
18
endif()