[CMake] Put lli-child-target into the Folder "Misc".
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 28 Jan 2014 09:43:41 +0000 (09:43 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 28 Jan 2014 09:43:41 +0000 (09:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200297 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/ChildTarget/CMakeLists.txt

index 6191fd601668fa212258bfee73743a1977034d11..9f88b2cde3f7955fb519674a7824effd18a5a976 100644 (file)
@@ -4,3 +4,5 @@ add_llvm_executable(lli-child-target
   ChildTarget.cpp
   ../RemoteTarget.cpp
 )
   ChildTarget.cpp
   ../RemoteTarget.cpp
 )
+
+set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")