[llvm] r317415 - Move the LLVMCFIVerify project into the Libraries folder on IDEs like Visual Studio rather than leave it in the root directory. NFC.

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 4 12:48:17 PDT 2017


Author: aaronballman
Date: Sat Nov  4 12:48:17 2017
New Revision: 317415

URL: http://llvm.org/viewvc/llvm-project?rev=317415&view=rev
Log:
Move the LLVMCFIVerify project into the Libraries folder on IDEs like Visual Studio rather than leave it in the root directory. NFC.

Modified:
    llvm/trunk/tools/llvm-cfi-verify/lib/CMakeLists.txt

Modified: llvm/trunk/tools/llvm-cfi-verify/lib/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-cfi-verify/lib/CMakeLists.txt?rev=317415&r1=317414&r2=317415&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-cfi-verify/lib/CMakeLists.txt (original)
+++ llvm/trunk/tools/llvm-cfi-verify/lib/CMakeLists.txt Sat Nov  4 12:48:17 2017
@@ -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




More information about the llvm-commits mailing list