Force Vorbis to link before FMODEx

This commit is contained in:
Siana Gearz
2012-09-01 03:10:26 +02:00
parent e460bd9a69
commit b4a7fa1ad9
3 changed files with 10 additions and 7 deletions

View File

@@ -40,3 +40,11 @@ link_directories(
${VORBISFILE_LIBRARY_DIRS}
${OGG_LIBRARY_DIRS}
)
set(LLAUDIO_VORBIS_LIBRARIES
${VORBISENC_LIBRARIES}
${VORBISFILE_LIBRARIES}
${VORBIS_LIBRARIES}
${OGG_LIBRARIES}
)