From 207751ade71e8b7efd85dcbed363d30af50de3c7 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Sat, 4 Nov 2017 19:48:17 +0000 Subject: [PATCH] Move the LLVMCFIVerify project into the Libraries folder on IDEs like Visual Studio rather than leave it in the root directory. NFC. llvm-svn: 317415 --- llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt b/llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt index 030bfa5..cd728e0 100644 --- a/llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt +++ b/llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt @@ -14,3 +14,4 @@ llvm_map_components_to_libnames(libs Support Symbolize) target_link_libraries(LLVMCFIVerify ${libs}) +set_target_properties(LLVMCFIVerify PROPERTIES FOLDER "Libraries") \ No newline at end of file -- 2.7.4