Skip to content
Snippets Groups Projects
Commit c9c76a5f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

link psapi.dll on win

parent 24f297e7
No related branches found
No related tags found
No related merge requests found
...@@ -1028,7 +1028,7 @@ if(MSVC) ...@@ -1028,7 +1028,7 @@ if(MSVC)
endif(MSVC) endif(MSVC)
if(WIN32 OR CYGWIN) if(WIN32 OR CYGWIN)
list(APPEND EXTERNAL_LIBRARIES winmm wsock32 ws2_32) list(APPEND EXTERNAL_LIBRARIES winmm wsock32 ws2_32 psapi)
endif(WIN32 OR CYGWIN) endif(WIN32 OR CYGWIN)
# disable compile optimization on some known problematic files # disable compile optimization on some known problematic files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment