forked from OSchip/llvm-project
Apply a patch from Frits van Bommel to fix the CMake build.
llvm-svn: 117731
This commit is contained in:
parent
721f298a60
commit
96f54c9d3e
|
@ -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…
Reference in New Issue