]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/lli/ChildTarget/CMakeLists.txt
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / tools / lli / ChildTarget / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS support)
2
3 add_llvm_executable(lli-child-target
4   ChildTarget.cpp
5   ../RemoteTarget.cpp
6 )
7
8 set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")