From: NAKAMURA Takumi Date: Tue, 28 Jan 2014 09:43:41 +0000 (+0000) Subject: [CMake] Put lli-child-target into the Folder "Misc". X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=57d68595e62de0f102a6d0c05ab9b3f854225f09;p=oota-llvm.git [CMake] Put lli-child-target into the Folder "Misc". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/lli/ChildTarget/CMakeLists.txt b/tools/lli/ChildTarget/CMakeLists.txt index 6191fd60166..9f88b2cde3f 100644 --- a/tools/lli/ChildTarget/CMakeLists.txt +++ b/tools/lli/ChildTarget/CMakeLists.txt @@ -4,3 +4,5 @@ add_llvm_executable(lli-child-target ChildTarget.cpp ../RemoteTarget.cpp ) + +set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")