1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRS

This commit is contained in:
Perttu Ahola 2012-03-25 22:07:34 +03:00
parent 8e6ac5c263
commit 3a9753b85f
2 changed files with 2 additions and 0 deletions

View file

@ -74,6 +74,7 @@ if(USE_SOUND)
set(SOUND_INCLUDE_DIRS
${OPENAL_INCLUDE_DIR}
${VORBIS_INCLUDE_DIR}
${OGG_INCLUDE_DIR}
)
set(SOUND_LIBRARIES
${OPENAL_LIBRARY}