Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
dbc2e856fce973243d2dfba88d573d3c88f06020
/
.
/
examples
/
ParallelJIT
/
CMakeLists.txt
blob: d8dd7084c40df83b359ffeb44a8d3b909ed3b6db [
file
] [
log
] [
blame
]
Oscar Fuentes
dbc2e85
2008-09-26 19:48:03 +0000
[
diff
] [
blame^
]
1
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3
add_llvm_example(ParallelJIT
4
ParallelJIT.cpp
5
)
6
7
target_link_libraries(ParallelJIT pthread)