Skip to content

Commit

Permalink
build: Support SDL_sound in different prefix as SDL2
Browse files Browse the repository at this point in the history
As the required SDL_sound is a custom fork which is not packaged as
system package, it could plausibly be installed in a different path.
  • Loading branch information
vmedea authored and Ancurio committed Sep 3, 2021
1 parent 990843a commit ac8f4b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE
${PIXMAN_INCLUDE_DIRS}
${PHYSFS_INCLUDE_DIRS}
${SDL2_INCLUDE_DIRS} # Blindly assume other SDL bits are in same directory
${SDL_SOUND_INCLUDE_DIRS}
${Boost_INCLUDE_DIR}
${MRI_INCLUDE_DIRS}
${VORBISFILE_INCLUDE_DIRS}
Expand Down

0 comments on commit ac8f4b1

Please sign in to comment.