From: Aaron Ballman Date: Sat, 4 Nov 2017 19:48:17 +0000 (+0000) Subject: Move the LLVMCFIVerify project into the Libraries folder on IDEs like Visual Studio... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33cfb89938bab69f8e3d8a5f0212ea6be513c648;p=llvm Move the LLVMCFIVerify project into the Libraries folder on IDEs like Visual Studio rather than leave it in the root directory. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317415 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-cfi-verify/lib/CMakeLists.txt b/tools/llvm-cfi-verify/lib/CMakeLists.txt index 030bfa5d6c7..cd728e004b2 100644 --- a/tools/llvm-cfi-verify/lib/CMakeLists.txt +++ b/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