Skip to content

Commit

Permalink
Add OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRS
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron55 committed Mar 25, 2012
1 parent 8e6ac5c commit 3a9753b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Modules/FindVorbis.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Find the native vorbis includes and libraries
#
# 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_FOUND - True if vorbis found.

Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3a9753b

Please sign in to comment.