mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Apply a patch from Frits van Bommel to fix the CMake build.
llvm-svn: 117731
This commit is contained in:
parent
d84c4629c1
commit
09a2a554e2
@ -2,7 +2,7 @@ add_executable(not
|
||||
not.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(not LLVMSystem)
|
||||
target_link_libraries(not LLVMSupport LLVMSystem)
|
||||
if( MINGW )
|
||||
target_link_libraries(not imagehlp psapi)
|
||||
endif( MINGW )
|
||||
|
Loading…
x
Reference in New Issue
Block a user