lli-child-target: Introduce a new dependency on RuntimeDyld.
[oota-llvm.git] / tools / lli / ChildTarget / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   OrcJIT
3   RuntimeDyld
4   Support
5   )
6
7 add_llvm_executable(lli-child-target
8   ChildTarget.cpp
9 )
10
11 set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")