1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Make CMakeLists.txt formatting more consistent with the rest of LLVM.

llvm-svn: 331837
This commit is contained in:
Nico Weber 2018-05-09 01:15:38 +00:00
parent 3613c1518f
commit f5611cc773

View File

@ -13,5 +13,6 @@ set(LLVM_LINK_COMPONENTS
add_llvm_unittest(CFIVerifyTests
FileAnalysis.cpp
GraphBuilder.cpp)
GraphBuilder.cpp
)
target_link_libraries(CFIVerifyTests PRIVATE LLVMCFIVerify)