An open API service indexing awesome lists of open source software.

https://github.com/ravengine/steamaudio-all

Valve's SteamAudio, with all dependencies bundled as source code
https://github.com/ravengine/steamaudio-all

Last synced: about 1 year ago
JSON representation

Valve's SteamAudio, with all dependencies bundled as source code

Awesome Lists containing this project

README

          

# SteamAudio-All

Valve's SteamAudio, ready to compile with all dependencies as source. Note that export targets and post-build steps for the Unity/Unreal/Fmod plugins have been removed, and the library type has been set to static.

### Building

```cmake
add_subdirectory(SteamAudio-All EXCLUDE_FROM_ALL)
# ...
target_link_libraries(your-game PRIVATE phonon)
```