hanchenye-llvm-project/llvm/tools/lli/ChildTarget/CMakeLists.txt

9 lines
180 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS support)
add_llvm_executable(lli-child-target
ChildTarget.cpp
../RemoteTarget.cpp
)
set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")