X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FParallelJIT%2FCMakeLists.txt;fp=examples%2FParallelJIT%2FCMakeLists.txt;h=d8dd7084c40df83b359ffeb44a8d3b909ed3b6db;hp=0000000000000000000000000000000000000000;hb=dbc2e856fce973243d2dfba88d573d3c88f06020;hpb=dfe8c84e1e7be1ec4f7303d3d056fb106ab28437 diff --git a/examples/ParallelJIT/CMakeLists.txt b/examples/ParallelJIT/CMakeLists.txt new file mode 100644 index 00000000000..d8dd7084c40 --- /dev/null +++ b/examples/ParallelJIT/CMakeLists.txt @@ -0,0 +1,7 @@ +set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen) + +add_llvm_example(ParallelJIT + ParallelJIT.cpp + ) + +target_link_libraries(ParallelJIT pthread)