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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lli/ChildTarget/CMakeLists.txt b/tools/lli/ChildTarget/CMakeLists.txt
new file mode 100644
index 0000000..fd1ac24
--- /dev/null
+++ b/tools/lli/ChildTarget/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_llvm_tool(lli-child-target
+ ChildTarget.cpp
+ )