the final take (hopefully)
This commit is contained in:
parent
925b1c2179
commit
d4f58cb6ea
|
@ -444,7 +444,7 @@ endif()
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
list(APPEND DEPENDENCIES_LIBRARIES shlwapi imagehlp)
|
list(APPEND DEPENDENCIES_LIBRARIES shlwapi imagehlp)
|
||||||
if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
list(APPEND DEPENDENCIES_LIBRARIES msvcr90 -static)
|
list(APPEND DEPENDENCIES_LIBRARIES msvcr90 dbghelp -static)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue