1
0
Fork 0

fgfs and fgpanel need to be linked with the winsock library (on Windows)

This commit is contained in:
Frederic Bouvier 2011-09-09 21:38:02 +02:00
parent a5a8090d52
commit 099bfd988b
2 changed files with 2 additions and 0 deletions

View file

@ -80,6 +80,7 @@ target_link_libraries(fgfs
${ZLIB_LIBRARIES}
${PLIB_LIBRARIES}
${LIBSVN_LIBRARIES}
${WINSOCK_LIBRARY}
${RT_LIBRARY})
install(TARGETS fgfs RUNTIME DESTINATION bin)

View file

@ -22,6 +22,7 @@ if(GLUT_FOUND)
${OPENGL_LIBRARIES}
${ZLIB_LIBRARIES}
${PLIB_LIBRARIES}
${WINSOCK_LIBRARY}
${RT_LIBRARY}
)