summaryrefslogtreecommitdiff
path: root/tools/lli/ChildTarget/CMakeLists.txt
blob: 6191fd601668fa212258bfee73743a1977034d11 (plain)
1
2
3
4
5
6
set(LLVM_LINK_COMPONENTS support)

add_llvm_executable(lli-child-target
  ChildTarget.cpp
  ../RemoteTarget.cpp
)