Skip to content

Commit

Permalink
Merge pull request #352 from effekseer/fixed-runtime-build-error
Browse files Browse the repository at this point in the history
Fixed example build error
  • Loading branch information
durswd authored Mar 15, 2020
2 parents 159f687 + 26c64da commit 7329348
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Examples/OpenAL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ if(OpenAL_FOUND)
EffekseerRendererGL
EffekseerSoundAL
Example_Utils
debug "${GLFW3_LIB_DEBUG}"
optimized "${GLFW3_LIB_RELEASE}"
${EFK_EXAMPLES_GLFW}
${OPENAL_LIBRARY}
)

Expand Down

0 comments on commit 7329348

Please sign in to comment.