Add 'Shlwapi.lib' to CORE depends...
This commit is contained in:
parent
7454ed51b9
commit
9b7bd61af3
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ else(SIMGEAR_SHARED)
|
||||||
${ZLIB_LIBRARY})
|
${ZLIB_LIBRARY})
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
list(APPEND SIMGEAR_CORE_LIBRARY_DEPENDENCIES ws2_32.lib)
|
list(APPEND SIMGEAR_CORE_LIBRARY_DEPENDENCIES ws2_32.lib Shlwapi.lib )
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
|
|
Loading…
Add table
Reference in a new issue