aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli/ChildTarget/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lli/ChildTarget/CMakeLists.txt')
-rw-r--r--tools/lli/ChildTarget/CMakeLists.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/lli/ChildTarget/CMakeLists.txt b/tools/lli/ChildTarget/CMakeLists.txt
index fd1ac24..9f88b2c 100644
--- a/tools/lli/ChildTarget/CMakeLists.txt
+++ b/tools/lli/ChildTarget/CMakeLists.txt
@@ -1,3 +1,8 @@
-add_llvm_tool(lli-child-target
+set(LLVM_LINK_COMPONENTS support)
+
+add_llvm_executable(lli-child-target
ChildTarget.cpp
- )
+ ../RemoteTarget.cpp
+)
+
+set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")