Skip to content

Commit

Permalink
Add OpenAL as a dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 7, 2024
1 parent c7a9e95 commit c2834ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,6 @@ target_compile_definitions(client PRIVATE
-DCLIENT_WEAPONS
-DUPDATE_CHECK)

add_subdirectory(external/openal-soft)
target_link_libraries(client discord-rpc)
target_link_libraries(client OpenAL)

0 comments on commit c2834ae

Please sign in to comment.