forked from Mirrorlandia_minetest/minetest
Add OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRS
This commit is contained in:
parent
8e6ac5c263
commit
3a9753b85f
@ -2,6 +2,7 @@
|
|||||||
# Find the native vorbis includes and libraries
|
# Find the native vorbis includes and libraries
|
||||||
#
|
#
|
||||||
# VORBIS_INCLUDE_DIR - where to find vorbis.h, etc.
|
# VORBIS_INCLUDE_DIR - where to find vorbis.h, etc.
|
||||||
|
# OGG_INCLUDE_DIR - where to find ogg/ogg.h, etc.
|
||||||
# VORBIS_LIBRARIES - List of libraries when using vorbis(file).
|
# VORBIS_LIBRARIES - List of libraries when using vorbis(file).
|
||||||
# VORBIS_FOUND - True if vorbis found.
|
# VORBIS_FOUND - True if vorbis found.
|
||||||
|
|
||||||
|
@ -74,6 +74,7 @@ if(USE_SOUND)
|
|||||||
set(SOUND_INCLUDE_DIRS
|
set(SOUND_INCLUDE_DIRS
|
||||||
${OPENAL_INCLUDE_DIR}
|
${OPENAL_INCLUDE_DIR}
|
||||||
${VORBIS_INCLUDE_DIR}
|
${VORBIS_INCLUDE_DIR}
|
||||||
|
${OGG_INCLUDE_DIR}
|
||||||
)
|
)
|
||||||
set(SOUND_LIBRARIES
|
set(SOUND_LIBRARIES
|
||||||
${OPENAL_LIBRARY}
|
${OPENAL_LIBRARY}
|
||||||
|
Loading…
Reference in New Issue
Block a user