forked from OSchip/llvm-project
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
This commit is contained in:
parent
cecf7145e9
commit
207751ade7
|
@ -14,3 +14,4 @@ llvm_map_components_to_libnames(libs
|
|||
Support
|
||||
Symbolize)
|
||||
target_link_libraries(LLVMCFIVerify ${libs})
|
||||
set_target_properties(LLVMCFIVerify PROPERTIES FOLDER "Libraries")
|
Loading…
Reference in New Issue