Added: in static driver, include ogg vorbis in the ryzom client
This commit is contained in:
parent
8bde6fa98d
commit
b11891dbc1
1 changed files with 10 additions and 1 deletions
|
@ -78,7 +78,16 @@ TARGET_LINK_LIBRARIES(ryzom_client ${PLATFORM_LINKFLAGS}
|
|||
${LUABIND_LIBRARIES}
|
||||
${CURL_LIBRARIES}
|
||||
${LIBWWW_LIBRARIES}
|
||||
${SEVENZIP_LIBRARY})
|
||||
${SEVENZIP_LIBRARY}
|
||||
)
|
||||
|
||||
IF(WITH_STATIC_DRIVERS)
|
||||
TARGET_LINK_LIBRARIES(ryzom_client ${PLATFORM_LINKFLAGS}
|
||||
${VORBISFILE_LIBRARY}
|
||||
${VORBIS_LIBRARY}
|
||||
${OGG_LIBRARY}
|
||||
)
|
||||
ENDIF(WITH_STATIC_DRIVERS)
|
||||
|
||||
IF(NOT APPLE AND NOT WIN32)
|
||||
TARGET_LINK_LIBRARIES(ryzom_client ${X11_LIBRARIES})
|
||||
|
|
Loading…
Reference in a new issue