summaryrefslogtreecommitdiff
path: root/tools/lli/ChildTarget/CMakeLists.txt
blob: 50f114d9561c6fb25c0b39d77236044fbccc4244 (plain)
1
2
3
4
5
6
7
set(LLVM_LINK_COMPONENTS support)
add_definitions(-DLLI_BUILDING_CHILD)

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