Skip to content

Commit

Permalink
Add OpenAL to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ext3h committed Jun 13, 2021
1 parent 3963e26 commit 930036c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ list(APPEND RUNTIME_DLLS ${NOESIS_DLL})

if(WIN32)
# Prebuilt SFML on Windows bundles OpenAL
get_filename_component(OPENAL_DLL "${SFML_DIR}" PATH)
get_filename_component(OPENAL_DLL "${SFML_DIR}" REALPATH)
get_filename_component(OPENAL_DLL "${OPENAL_DLL}" PATH)
get_filename_component(OPENAL_DLL "${OPENAL_DLL}" PATH)
get_filename_component(OPENAL_DLL "${OPENAL_DLL}" PATH)
set(OPENAL_DLL ${OPENAL_DLL}/bin/openal32.dll)
Expand Down

0 comments on commit 930036c

Please sign in to comment.