fbdc6e5fc10b4ecc2516737566bba566e06181b0
[oota-llvm.git] / examples / ParallelJIT / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3 add_llvm_example(ParallelJIT
4   ParallelJIT.cpp
5   )
6
7 if(HAVE_LIBPTHREAD)
8   target_link_libraries(ParallelJIT pthread)
9 endif(HAVE_LIBPTHREAD)