mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 13:45:16 +00:00
KillTheDoctor: Add a required system lib, psapi. KillTheDoctor itself uses Win32 API directly.
llvm-svn: 290401
This commit is contained in:
parent
ee08676102
commit
3166854827
@ -2,4 +2,7 @@ add_llvm_utility(KillTheDoctor
|
||||
KillTheDoctor.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(KillTheDoctor LLVMSupport)
|
||||
target_link_libraries(KillTheDoctor
|
||||
LLVMSupport
|
||||
psapi
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user