Libwireshark now links on windows with cmake

svn path=/trunk/; revision=52424
This commit is contained in:
Jörg Mayer 2013-10-06 21:25:44 +00:00
parent e5d29e2bd4
commit f016e8c0a4
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ if( WIN32 )
# We might need something like "if (CMAKE_COMPILER_ID MATCHES "MSVC")"
# here to support other compilers on Windows.
set( WIN_PSAPI_LIBRARY psapi.lib )
set( WIN_WSOCK32_LIBRARY wsock32.lib )
set( WIN_SETARGV_OBJECT setargv.obj )

View File

@ -1542,6 +1542,7 @@ set(epan_LIBS
${M_LIBRARIES}
${LUA_LIBRARIES}
${PYTHON_LIBRARIES}
${WIN_PSAPI_LIBRARY}
)
set(CLEAN_FILES