Home | History | Annotate | Download | only in ChildTarget
      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")
      9