summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/ChildTarget/CMakeLists.txt
blob: 0f851d593444df3ced971ade90aef712c6ac67a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(LLVM_LINK_COMPONENTS
  OrcJIT
  RuntimeDyld
  Support
  )

add_llvm_executable(lli-child-target
  ChildTarget.cpp
)

set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")
OpenPOWER on IntegriCloud