OSDN Git Service

Move the LLVMCFIVerify project into the Libraries folder on IDEs like Visual Studio...
authorAaron Ballman <aaron@aaronballman.com>
Sat, 4 Nov 2017 19:48:17 +0000 (19:48 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 4 Nov 2017 19:48:17 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317415 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-cfi-verify/lib/CMakeLists.txt

index 030bfa5..cd728e0 100644 (file)
@@ -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