1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

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:
Aaron Ballman 2017-11-04 19:48:17 +00:00
parent 728ea37e59
commit 73e60550a1

View 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")