]> git.proxmox.com Git - rustc.git/blob - src/llvm/tools/lli/ChildTarget/CMakeLists.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / tools / lli / ChildTarget / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS support)
2
3 add_llvm_executable(lli-child-target
4 ChildTarget.cpp
5 ../RemoteTarget.cpp
6 )
7
8 set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")