llvm-6502/tools/lli/ChildTarget/CMakeLists.txt

7 lines
114 B
CMake
Raw Normal View History

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