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

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

set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")